Return FALSE, so we don't flush repeatedly. (#319151, Alexander Larsson)

2005-10-28  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
	FALSE, so we don't flush repeatedly.  (#319151, Alexander Larsson)
This commit is contained in:
Matthias Clasen
2005-10-28 13:55:17 +00:00
committed by Matthias Clasen
parent b57b98d90a
commit 4e8c9fd5f8
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-10-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
FALSE, so we don't flush repeatedly. (#319151, Alexander Larsson)
2005-10-27 Michael Natterer <mitch@imendio.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): fix typo

View File

@@ -1,3 +1,8 @@
2005-10-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
FALSE, so we don't flush repeatedly. (#319151, Alexander Larsson)
2005-10-27 Michael Natterer <mitch@imendio.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): fix typo

View File

@@ -9036,7 +9036,7 @@ gtk_tree_view_search_entry_flush_timeout (GtkTreeView *tree_view)
GDK_THREADS_LEAVE ();
return TRUE;
return FALSE;
}
/* Cut and paste from gtkwindow.c */