Avoid a potentially uninitialized icon
This commit is contained in:
parent
b5ba5ce4d5
commit
63732b5a5a
@ -327,7 +327,7 @@ static void _on_add_filename(gchar const * pathname, gpointer data)
|
|||||||
GtkTreeIter iter;
|
GtkTreeIter iter;
|
||||||
struct stat st;
|
struct stat st;
|
||||||
gchar * filename;
|
gchar * filename;
|
||||||
gint size;
|
gint size = 24;
|
||||||
GdkPixbuf * pixbuf;
|
GdkPixbuf * pixbuf;
|
||||||
|
|
||||||
/* XXX ignore non-directories */
|
/* XXX ignore non-directories */
|
||||||
|
Loading…
Reference in New Issue
Block a user