diff options
author | Benjamin Otte <otte@redhat.com> | 2012-02-15 15:13:57 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-02-15 15:14:31 +0100 |
commit | bf89bc624b34cf4b4291dd05f0adff9d34945f01 (patch) | |
tree | 19f4706a0d034f15bd2f9a1b28cf46a066bc628f /demos | |
parent | 392fdff8e51f20ba626e7b845a8d8a25bcb16cb5 (diff) | |
download | gtk+-bf89bc624b34cf4b4291dd05f0adff9d34945f01.tar.gz |
widget-factory: Don't crash when showing about dialog
Diffstat (limited to 'demos')
-rw-r--r-- | demos/widget-factory/widget-factory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/widget-factory/widget-factory.c b/demos/widget-factory/widget-factory.c index b693422f06..29ce17e156 100644 --- a/demos/widget-factory/widget-factory.c +++ b/demos/widget-factory/widget-factory.c @@ -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); |