return FALSE instead of TRUE. This is just a quick fix to prevent the idle
Thu Nov 11 11:34:32 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtkfilechooserbutton.c (update_idler): return FALSE instead of TRUE. This is just a quick fix to prevent the idle from looping indefinitely.
This commit is contained in:
committed by
Jonathan Blandford
parent
097b42b53c
commit
7b1c2c1bea
@@ -1,3 +1,9 @@
|
||||
Thu Nov 11 11:34:32 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (update_idler): return FALSE instead
|
||||
of TRUE. This is just a quick fix to prevent the idle from
|
||||
looping indefinitely.
|
||||
|
||||
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
|
||||
|
||||
* gdk/Makefile.am:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Thu Nov 11 11:34:32 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (update_idler): return FALSE instead
|
||||
of TRUE. This is just a quick fix to prevent the idle from
|
||||
looping indefinitely.
|
||||
|
||||
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
|
||||
|
||||
* gdk/Makefile.am:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Thu Nov 11 11:34:32 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (update_idler): return FALSE instead
|
||||
of TRUE. This is just a quick fix to prevent the idle from
|
||||
looping indefinitely.
|
||||
|
||||
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
|
||||
|
||||
* gdk/Makefile.am:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Thu Nov 11 11:34:32 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (update_idler): return FALSE instead
|
||||
of TRUE. This is just a quick fix to prevent the idle from
|
||||
looping indefinitely.
|
||||
|
||||
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
|
||||
|
||||
* gdk/Makefile.am:
|
||||
|
||||
@@ -1694,7 +1694,7 @@ update_idler (gpointer user_data)
|
||||
retval = FALSE;
|
||||
}
|
||||
else
|
||||
retval = TRUE;
|
||||
retval = FALSE;
|
||||
|
||||
GDK_THREADS_LEAVE ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user