From 0f6d61be9577356b5b51fb561a86dfd7bce64235 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sat, 16 Apr 2011 14:11:54 +0000 Subject: [PATCH] added comment --- mailnag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnag.py b/mailnag.py index 8fb92c8..4077f54 100644 --- a/mailnag.py +++ b/mailnag.py @@ -516,7 +516,7 @@ class MailChecker: # self.server.show() pynotify.init("Mailnag") # initialize Notification - self.notification = pynotify.Notification(" ", None, None) + self.notification = pynotify.Notification(" ", None, None) # empty string will emit a gtk warning self.notification.set_category("email") self.link = cfg.get('indicate', 'start_on_click') # get link address