Fixed typo in icon_size_lookup_intern() - colon instead of semicolon

svn path=/trunk/; revision=18917
This commit is contained in:
Yevgen Muntyan 2007-10-16 22:35:26 +00:00
parent 892d287fa3
commit 49b516bb4b

View File

@ -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;