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:
Matthias Clasen 2004-11-02 04:12:07 +00:00 committed by Matthias Clasen
parent 547b85d8b8
commit 546f599ce4
5 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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
which appeared in the ChangeLog a few days ago.

View File

@ -1,5 +1,8 @@
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
which appeared in the ChangeLog a few days ago.

View File

@ -1,5 +1,8 @@
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
which appeared in the ChangeLog a few days ago.

View File

@ -1,5 +1,8 @@
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
which appeared in the ChangeLog a few days ago.

View File

@ -1284,7 +1284,6 @@ _gtk_entry_completion_resize_popup (GtkEntryCompletion *completion)
gtk_tree_view_column_cell_get_size (completion->priv->column, NULL,
NULL, NULL, NULL, &height);
g_print ("item height %d\n", height);
if (items <= 0)
gtk_widget_hide (completion->priv->scrolled_window);
else