Author: aredridel                    Date: Wed Jan 31 06:52:42 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed patch

---- Files affected:
SOURCES:
   gimmie-tooltip-crash.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/gimmie-tooltip-crash.patch
diff -u SOURCES/gimmie-tooltip-crash.patch:1.1 
SOURCES/gimmie-tooltip-crash.patch:1.2
--- SOURCES/gimmie-tooltip-crash.patch:1.1      Wed Jan 31 07:46:27 2007
+++ SOURCES/gimmie-tooltip-crash.patch  Wed Jan 31 07:52:37 2007
@@ -1,12 +1,16 @@
 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)
++++ gimmie-0.2.1/gimmie_gui.py 2007-01-30 23:51:14.000000000 -0700
+@@ -250,10 +250,10 @@
+         elif self.gravity == gtk.gdk.GRAVITY_NORTH:
+             rect.y += 20
+ 
+-      self.tooltip.position_to_rect(rect, screen)
++      #self.tooltip.position_to_rect(rect, screen)
  
          # Show the tooltip
 -        FocusRaiser.do_raise(self, tooltip)
-+        #FocusRaiser.do_raise(self, tooltip)
++       #FocusRaiser.do_raise(self, tooltip)
  
  
  class TopicRunningList(gtk.EventBox):    
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/gimmie-tooltip-crash.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to