changed label of notification icon

This commit is contained in:
Patrick Ulbrich
2011-04-15 23:25:13 +00:00
parent 1aed527bf1
commit f20dd43517

View File

@@ -521,7 +521,7 @@ class MailChecker:
# self.server.set_desktop_file(desktop_file)
# self.server.connect("server-display", self.headline_clicked) # if clicked on headline
# self.server.show()
pynotify.init("icon-summary-body") # initialize Notification
pynotify.init("Pooper") # initialize Notification
self.notification = pynotify.Notification(" ", None, None)
self.notification.set_category("email")