Fix typo. (#390035, Kazuki Iwamoto)
2006-12-27 Tor Lillqvist <tml@novell.com> * gtk/gtkfilesystemwin32.c (execute_callbacks): Fix typo. (#390035, Kazuki Iwamoto)
This commit is contained in:
committed by
Tor Lillqvist
parent
8d286a7239
commit
6d9dac29d0
@@ -1,3 +1,8 @@
|
||||
2006-12-27 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkfilesystemwin32.c (execute_callbacks): Fix
|
||||
typo. (#390035, Kazuki Iwamoto)
|
||||
|
||||
2006-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcellview.c (gtk_cell_view_set_model): Accept NULL.
|
||||
|
||||
@@ -856,7 +856,7 @@ execute_callbacks (gpointer data)
|
||||
|
||||
system_win32->execute_callbacks_idle_id = 0;
|
||||
|
||||
return FALSE:
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user