Author: aredridel Date: Wed Jan 31 06:46:32 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - added - hackishly fixes a crash displaying a tooltip
---- Files affected: SOURCES: gimmie-tooltip-crash.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gimmie-tooltip-crash.patch diff -u /dev/null SOURCES/gimmie-tooltip-crash.patch:1.1 --- /dev/null Wed Jan 31 07:46:33 2007 +++ SOURCES/gimmie-tooltip-crash.patch Wed Jan 31 07:46:27 2007 @@ -0,0 +1,12 @@ +diff -ur gimmie-0.2.1-o/gimmie_gui.py gimmie-0.2.1/gimmie_gui.py +--- gimmie-0.2.1-o/gimmie_gui.py 2007-01-17 22:34:34.000000000 -0700 ++++ gimmie-0.2.1/gimmie_gui.py 2007-01-30 23:45:54.000000000 -0700 +@@ -253,7 +253,7 @@ + self.tooltip.position_to_rect(rect, screen) + + # Show the tooltip +- FocusRaiser.do_raise(self, tooltip) ++ #FocusRaiser.do_raise(self, tooltip) + + + class TopicRunningList(gtk.EventBox): ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
