Remove Notifications from list

This commit is contained in:
Andrew Resch 2009-12-14 23:16:56 +00:00
parent a9631daf7f
commit bc27c2cdf7

View File

@ -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