forked from AuroraMiddleware/gtk
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:
parent
0ca30e83ea
commit
cfaa87847a
@ -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>
|
2005-10-26 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
Fix bug #319974:
|
Fix bug #319974:
|
||||||
|
@ -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>
|
2005-10-26 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
Fix bug #319974:
|
Fix bug #319974:
|
||||||
|
@ -9020,7 +9020,7 @@ gtk_tree_view_search_entry_flush_timeout (GtkTreeView *tree_view)
|
|||||||
|
|
||||||
GDK_THREADS_LEAVE ();
|
GDK_THREADS_LEAVE ();
|
||||||
|
|
||||||
return TRUE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Cut and paste from gtkwindow.c */
|
/* Cut and paste from gtkwindow.c */
|
||||||
|
Loading…
Reference in New Issue
Block a user