Avoid a potentially uninitialized icon

This commit is contained in:
Pierre Pronchery 2014-10-13 00:54:08 +02:00
parent b5ba5ce4d5
commit 63732b5a5a

View File

@ -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 */