widget-factory: Don't crash when showing about dialog

This commit is contained in:
Benjamin Otte
2012-02-15 15:13:57 +01:00
parent 392fdff8e5
commit bf89bc624b

View File

@@ -42,7 +42,8 @@ show_about (GtkMenuItem *item, GtkWidget *window)
GdkPixbuf *pixbuf;
const gchar *authors[] = {
"Andrea Cimitan",
"Cosimo Cecchi"
"Cosimo Cecchi",
NULL
};
pixbuf = gdk_pixbuf_new_from_resource ("/logos/gtk-logo-256.png", NULL);