From bc27c2cdf78d194dee36414bc9f2e95688287aac Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 14 Dec 2009 23:16:56 +0000 Subject: [PATCH] Remove Notifications from list --- deluge/ui/gtkui/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/preferences.py b/deluge/ui/gtkui/preferences.py index 582724616..e5b35216f 100644 --- a/deluge/ui/gtkui/preferences.py +++ b/deluge/ui/gtkui/preferences.py @@ -73,7 +73,7 @@ class Preferences(component.Component): # Add the default categories i = 0 for category in [_("Downloads"), _("Network"), _("Bandwidth"), _("Interface"), - _("Other"), _("Daemon"), _("Queue"), _("Proxy"), _("Notification"), + _("Other"), _("Daemon"), _("Queue"), _("Proxy"), _("Cache"), _("Plugins")]: self.liststore.append([i, category]) i += 1