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:
committed by
Matthias Clasen
parent
e115bcfb02
commit
efcf8f6b63
@ -1,5 +1,8 @@
|
|||||||
2006-12-26 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkrange.c (stop_scrolling): Avoid spurious
|
||||||
redraws.
|
redraws.
|
||||||
|
|
||||||
|
|||||||
@ -744,6 +744,8 @@ execute_callbacks (gpointer data)
|
|||||||
g_object_unref (system_unix);
|
g_object_unref (system_unix);
|
||||||
|
|
||||||
system_unix->execute_callbacks_idle_id = 0;
|
system_unix->execute_callbacks_idle_id = 0;
|
||||||
|
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user