diff options
Diffstat (limited to 'net-nntp/sabnzbd/files/patches/0004-cfg-disable-growl-by-default.patch')
-rw-r--r-- | net-nntp/sabnzbd/files/patches/0004-cfg-disable-growl-by-default.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-nntp/sabnzbd/files/patches/0004-cfg-disable-growl-by-default.patch b/net-nntp/sabnzbd/files/patches/0004-cfg-disable-growl-by-default.patch deleted file mode 100644 index 072c3d014626..000000000000 --- a/net-nntp/sabnzbd/files/patches/0004-cfg-disable-growl-by-default.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 6574da3da07b789a6cdbeebc8e36da8a0559924b Mon Sep 17 00:00:00 2001 -From: Justin Bronder <jsbronder@gmail.com> -Date: Tue, 14 Jun 2016 08:38:54 -0400 -Subject: [PATCH 4/5] cfg: disable growl by default - ---- - sabnzbd/cfg.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/sabnzbd/cfg.py b/sabnzbd/cfg.py -index f06b79e..c66fe91 100644 ---- a/sabnzbd/cfg.py -+++ b/sabnzbd/cfg.py -@@ -277,7 +277,7 @@ acenter_prio_queue_done = OptionBool('acenter', 'acenter_prio_queue_done', True) - acenter_prio_other = OptionBool('acenter', 'acenter_prio_other', False) - - # [ntfosd] --ntfosd_enable = OptionBool('ntfosd', 'ntfosd_enable', not sabnzbd.WIN32 and not sabnzbd.DARWIN) -+ntfosd_enable = OptionBool('ntfosd', 'ntfosd_enable', False) - ntfosd_prio_startup = OptionBool('ntfosd', 'ntfosd_prio_startup', True) - ntfosd_prio_download = OptionBool('ntfosd', 'ntfosd_prio_download', False) - ntfosd_prio_pp = OptionBool('ntfosd', 'ntfosd_prio_pp', False) -@@ -291,7 +291,7 @@ ntfosd_prio_queue_done = OptionBool('ntfosd', 'ntfosd_prio_queue_done', True) - ntfosd_prio_other = OptionBool('ntfosd', 'ntfosd_prio_other', False) - - # [growl] --growl_enable = OptionBool('growl', 'growl_enable', sabnzbd.DARWIN and sabnzbd.DARWIN_VERSION < 8) -+growl_enable = OptionBool('growl', 'growl_enable', False) - growl_server = OptionStr('growl', 'growl_server') - growl_password = OptionPassword('growl', 'growl_password') - growl_prio_startup = OptionBool('growl', 'growl_prio_startup', True) --- -2.10.2 - |