Dear gimmers...

Im using the stand-alone gimmie, and i notice that when i click wich the
second button of the mouse in the labels (i.e. Programs/libs/etc) a
small pixel of 1x1 apears. should i see a menu?..

thanks!!


btw, i had to .
--- gimmie/gimmie_util.py.orig  Fri Jun  8 05:55:28 2007
+++ gimmie/gimmie_util.py       Sat Jun  9 17:21:25 2007
@@ -57,7 +57,8 @@
                 monitor_type = gnomevfs.MONITOR_DIRECTORY
             else:
                 monitor_type = gnomevfs.MONITOR_FILE
-            self.monitor = gnomevfs.monitor_add(self.path,
monitor_type, self._queue_event)
+            if os.path.exists(self.path):
+                self.monitor = gnomevfs.monitor_add(self.path,
monitor_type, self._queue_event)


-- 
Phillip N. <[EMAIL PROTECTED]>

_______________________________________________
gimmie-list mailing list
[email protected]
http://lists.beatniksoftware.com/listinfo.cgi/gimmie-list-beatniksoftware.com

Reply via email to