update patch

This commit is contained in:
Matthias Clasen 2010-01-11 21:45:36 +00:00
parent eb5477abbe
commit b37ec40e59
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ diff -up gtk+-2.18.3/gtk/gtktooltip.c.positioning gtk+-2.18.3/gtk/gtktooltip.c
+ if (y + requisition.height <= monitor.y + monitor.height) + if (y + requisition.height <= monitor.y + monitor.height)
{ {
- gdk_window_get_origin (new_tooltip_widget->window, &x, &y); - 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) + if (tooltip->keyboard_mode_enabled)
+ goto found; + goto found;
+ +