widget-factory: Don't crash when showing about dialog
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user