summaryrefslogtreecommitdiff
path: root/libre/calibre/0003-Disable-plugin-dialog.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/calibre/0003-Disable-plugin-dialog.patch')
-rw-r--r--libre/calibre/0003-Disable-plugin-dialog.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/calibre/0003-Disable-plugin-dialog.patch b/libre/calibre/0003-Disable-plugin-dialog.patch
deleted file mode 100644
index 4779f4a83..000000000
--- a/libre/calibre/0003-Disable-plugin-dialog.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/calibre/gui2/actions/preferences.py b/src/calibre/gui2/actions/preferences.py
-index 4d561c0..b9a9b1f 100644
---- a/src/calibre/gui2/actions/preferences.py
-+++ b/src/calibre/gui2/actions/preferences.py
-@@ -29,8 +29,6 @@ class PreferencesAction(InterfaceAction):
- pm.addAction(QIcon(I('config.png')), _('Preferences'), self.do_config)
- cm('welcome wizard', _('Run welcome &wizard'),
- icon='wizard.png', triggered=self.gui.run_wizard)
-- cm('plugin updater', _('Get plugins to enhance calibre'),
-- icon='plugins/plugin_updater.png', triggered=self.get_plugins)
- if not DEBUG:
- pm.addSeparator()
- cm('restart', _('Restart in debug mode'), icon='debug.png',