diff --git a/src/plugins/favorites.c b/src/plugins/favorites.c index 8d9aa7d..1e8d131 100644 --- a/src/plugins/favorites.c +++ b/src/plugins/favorites.c @@ -327,7 +327,7 @@ static void _on_add_filename(gchar const * pathname, gpointer data) GtkTreeIter iter; struct stat st; gchar * filename; - gint size; + gint size = 24; GdkPixbuf * pixbuf; /* XXX ignore non-directories */