mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user