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:53:16 +00:00 committed by Matthias Clasen
parent 0ca30e83ea
commit cfaa87847a
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-26 Michael Natterer <mitch@imendio.com>
Fix bug #319974:

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-26 Michael Natterer <mitch@imendio.com>
Fix bug #319974:

View File

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