mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Return FALSE. (#389623, Carlos Garnacho Parro)
2006-12-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystemunix.c (execute_callbacks): Return FALSE. (#389623, Carlos Garnacho Parro)
This commit is contained in:
parent
e115bcfb02
commit
efcf8f6b63
@ -1,5 +1,8 @@
|
||||
2006-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (execute_callbacks): Return
|
||||
FALSE. (#389623, Carlos Garnacho Parro)
|
||||
|
||||
* gtk/gtkrange.c (stop_scrolling): Avoid spurious
|
||||
redraws.
|
||||
|
||||
|
@ -744,6 +744,8 @@ execute_callbacks (gpointer data)
|
||||
g_object_unref (system_unix);
|
||||
|
||||
system_unix->execute_callbacks_idle_id = 0;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user