From 1129593e0ca41b43df112dacbf08ce8147a70370 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Wed, 15 Jun 2011 16:37:19 +0200 Subject: [PATCH] make (currently commented out) Notify.Init use the messagetray label --- mailnag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnag.py b/mailnag.py index 3eb2499..dcbf760 100644 --- a/mailnag.py +++ b/mailnag.py @@ -513,7 +513,7 @@ class MailChecker: self.reminder = Reminder() # create Reminder object # TODO : gi.repository Notify seems to be unstable currently (set_hint and add_action crash) - # Notify.init("Mailnag") # initialize Notification + # Notify.init(cfg.get('general', 'messagetray_label')) # initialize Notification # self.notification = Notify.Notification.new(" ", None, None) # empty string will emit a gtk warning # self.notification.set_hint("resident", True) # don't close when the bubble or actions are clicked # self.notification.set_category("email")