[maemo-commits] [maemo-commits] r12947 - projects/haf/trunk/gtk+/gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jul 31 13:10:51 EEST 2007
- Previous message: [maemo-commits] r12946 - projects/haf/tags/hildon-home-webshortcut
- Next message: [maemo-commits] r12948 - projects/haf/trunk/gtk+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
}
}
- Previous message: [maemo-commits] r12946 - projects/haf/tags/hildon-home-webshortcut
- Next message: [maemo-commits] r12948 - projects/haf/trunk/gtk+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
