[hamster-applet] caught the error that was stopping our refresh loop



commit a4f0283b5552f5e1ae4aac8e52786741b72ce69c
Author: Toms Bauģis <toms baugis gmail com>
Date:   Mon Jan 18 22:06:52 2010 +0000

    caught the error that was stopping our refresh loop

 hamster/applet.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/hamster/applet.py b/hamster/applet.py
index 550a9d0..89282e1 100755
--- a/hamster/applet.py
+++ b/hamster/applet.py
@@ -335,7 +335,7 @@ class HamsterApplet(object):
 
         if message:
             self.notification.update(_("Time Tracker"), message, "hamster-applet")
-            notification.show()
+            self.notification.show()
 
 
     def edit_cb(self, n, action):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]