summaryrefslogtreecommitdiff
path: root/libre/calibre/0003-Disable-plugin-dialog.patch
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2017-11-22 13:22:03 -0600
committerIsaac David <isacdaavid@isacdaavid.info>2017-11-22 13:27:40 -0600
commit96ec82f37f72dd9fe214eaa7ecce880ba0cc7a4a (patch)
tree09c9c879b2e879daaf402676329d5bc477b2dd44 /libre/calibre/0003-Disable-plugin-dialog.patch
parent617585771f60af6b6a0ca4486e8d9fa374929733 (diff)
downloadabslibre-96ec82f37f72dd9fe214eaa7ecce880ba0cc7a4a.tar.gz
abslibre-96ec82f37f72dd9fe214eaa7ecce880ba0cc7a4a.tar.bz2
abslibre-96ec82f37f72dd9fe214eaa7ecce880ba0cc7a4a.zip
calibre: update to version 3.12.0-2.parabola1
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',