Author: andar
Revision: 6028
Log:
Remove Notifications from list
Diff:
Modified: trunk/deluge/ui/gtkui/preferences.py
===================================================================
--- trunk/deluge/ui/gtkui/preferences.py 2009-12-14 18:46:08 UTC (rev
6027)
+++ trunk/deluge/ui/gtkui/preferences.py 2009-12-14 23:16:56 UTC (rev
6028)
@@ -73,7 +73,7 @@
# 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
--
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en.