image: minor cleanup

This commit is contained in:
Cosimo Cecchi 2011-11-30 19:46:16 -05:00
parent 2ef5844bac
commit 0c68227270

View File

@ -714,7 +714,7 @@ gtk_image_set_from_file (GtkImage *image,
{
gtk_image_set_from_stock (image,
GTK_STOCK_MISSING_IMAGE,
GTK_ICON_SIZE_BUTTON);
DEFAULT_ICON_SIZE);
g_object_thaw_notify (G_OBJECT (image));
return;
}