mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fixed typo in icon_size_lookup_intern() - colon instead of semicolon
svn path=/trunk/; revision=18917
This commit is contained in:
parent
892d287fa3
commit
49b516bb4b
@ -832,7 +832,7 @@ icon_size_lookup_intern (GtkSettings *settings,
|
||||
init_icon_sizes ();
|
||||
|
||||
if (size == (GtkIconSize)-1)
|
||||
return FALSE:
|
||||
return FALSE;
|
||||
|
||||
if (size >= icon_sizes_used)
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user