[maemo-commits] [maemo-commits] r12947 - projects/haf/trunk/gtk+/gtk

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jul 31 13:10:51 EEST 2007
Author: xan
Date: 2007-07-31 13:10:47 +0300 (Tue, 31 Jul 2007)
New Revision: 12947

Modified:
   projects/haf/trunk/gtk+/gtk/gtkentry.c
Log:
Use _gtk_entry_completion_resize_popup() instead of queue resize.


Modified: projects/haf/trunk/gtk+/gtk/gtkentry.c
===================================================================
--- projects/haf/trunk/gtk+/gtk/gtkentry.c	2007-07-31 09:57:14 UTC (rev 12946)
+++ projects/haf/trunk/gtk+/gtk/gtkentry.c	2007-07-31 10:10:47 UTC (rev 12947)
@@ -1597,7 +1597,7 @@
 #if defined(MAEMO_CHANGES)
       completion = gtk_entry_get_completion (entry);
       if (completion && GTK_WIDGET_MAPPED (completion->priv->popup_window))
-        gtk_widget_queue_resize (completion->priv->popup_window);
+        _gtk_entry_completion_resize_popup (completion);
 #endif
     }
 }


More information about the maemo-commits mailing list