Remove a debug printf(). (#157087, Christian Persch)
2004-11-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): Remove a debug printf(). (#157087, Christian Persch)
This commit is contained in:
parent
547b85d8b8
commit
546f599ce4
@ -1,5 +1,8 @@
|
|||||||
2004-11-01 Matthias Clasen <mclasen@redhat.com>
|
2004-11-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
||||||
|
Remove a debug printf(). (#157087, Christian Persch)
|
||||||
|
|
||||||
* gtk/gtkicontheme.c: Actually commit the "stat less" patch
|
* gtk/gtkicontheme.c: Actually commit the "stat less" patch
|
||||||
which appeared in the ChangeLog a few days ago.
|
which appeared in the ChangeLog a few days ago.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-11-01 Matthias Clasen <mclasen@redhat.com>
|
2004-11-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
||||||
|
Remove a debug printf(). (#157087, Christian Persch)
|
||||||
|
|
||||||
* gtk/gtkicontheme.c: Actually commit the "stat less" patch
|
* gtk/gtkicontheme.c: Actually commit the "stat less" patch
|
||||||
which appeared in the ChangeLog a few days ago.
|
which appeared in the ChangeLog a few days ago.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-11-01 Matthias Clasen <mclasen@redhat.com>
|
2004-11-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
||||||
|
Remove a debug printf(). (#157087, Christian Persch)
|
||||||
|
|
||||||
* gtk/gtkicontheme.c: Actually commit the "stat less" patch
|
* gtk/gtkicontheme.c: Actually commit the "stat less" patch
|
||||||
which appeared in the ChangeLog a few days ago.
|
which appeared in the ChangeLog a few days ago.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-11-01 Matthias Clasen <mclasen@redhat.com>
|
2004-11-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
||||||
|
Remove a debug printf(). (#157087, Christian Persch)
|
||||||
|
|
||||||
* gtk/gtkicontheme.c: Actually commit the "stat less" patch
|
* gtk/gtkicontheme.c: Actually commit the "stat less" patch
|
||||||
which appeared in the ChangeLog a few days ago.
|
which appeared in the ChangeLog a few days ago.
|
||||||
|
|
||||||
|
@ -1284,7 +1284,6 @@ _gtk_entry_completion_resize_popup (GtkEntryCompletion *completion)
|
|||||||
gtk_tree_view_column_cell_get_size (completion->priv->column, NULL,
|
gtk_tree_view_column_cell_get_size (completion->priv->column, NULL,
|
||||||
NULL, NULL, NULL, &height);
|
NULL, NULL, NULL, &height);
|
||||||
|
|
||||||
g_print ("item height %d\n", height);
|
|
||||||
if (items <= 0)
|
if (items <= 0)
|
||||||
gtk_widget_hide (completion->priv->scrolled_window);
|
gtk_widget_hide (completion->priv->scrolled_window);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user