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:
Matthias Clasen 2006-12-26 06:57:50 +00:00 committed by Matthias Clasen
parent e115bcfb02
commit efcf8f6b63
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -744,6 +744,8 @@ execute_callbacks (gpointer data)
g_object_unref (system_unix);
system_unix->execute_callbacks_idle_id = 0;
return FALSE;
}
static void