rpms/gtk2/devel tooltip-positioning.patch,1.1,1.2

Matthias Clasen mclasen at fedoraproject.org
Mon Jan 11 21:45:37 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gtk2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18115

Modified Files:
	tooltip-positioning.patch 
Log Message:
update patch


tooltip-positioning.patch:
 gtktooltip.c |  147 +++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 113 insertions(+), 34 deletions(-)

Index: tooltip-positioning.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/devel/tooltip-positioning.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- tooltip-positioning.patch	2 Nov 2009 04:22:13 -0000	1.1
+++ tooltip-positioning.patch	11 Jan 2010 21:45:36 -0000	1.2
@@ -45,7 +45,7 @@ diff -up gtk+-2.18.3/gtk/gtktooltip.c.po
 +  if (y + requisition.height <= monitor.y + monitor.height)
      {
 -      gdk_window_get_origin (new_tooltip_widget->window, &x, &y);
--      if (GTK_WIDGET_NO_WINDOW (new_tooltip_widget))
+-      if (!gtk_widget_get_has_window (new_tooltip_widget))
 +      if (tooltip->keyboard_mode_enabled)
 +        goto found;
 +



More information about the scm-commits mailing list