From 8050c3f8a69a20caefc488b198e6ddaceb9737a0 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 6 Nov 2007 08:20:40 +0000 Subject: [PATCH] add torrent notification plugin as default --- src/pref.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pref.py b/src/pref.py index 2ab77f9d1..b3b951d4d 100644 --- a/src/pref.py +++ b/src/pref.py @@ -41,7 +41,7 @@ import xdg if common.windows_check(): DEFAULT_PREFS = { - "enabled_plugins" : "Torrent Files:Torrent Peers", + "enabled_plugins" : "Torrent Files:Torrent Peers:Torrent Notification", "file_manager" : common.FileManager.xdg, "open_folder_stock" : True, "autoload" : False, @@ -149,7 +149,7 @@ if common.windows_check(): } else: DEFAULT_PREFS = { - "enabled_plugins" : "Torrent Files:Torrent Peers", + "enabled_plugins" : "Torrent Files:Torrent Peers:Torrent Notification", "file_manager" : common.FileManager.xdg, "open_folder_stock" : True, "autoload" : False,