diff options
author | Christian Grothoff <christian@grothoff.org> | 2006-11-20 06:13:15 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2006-11-20 06:13:15 +0000 |
commit | 6a390dc518e8c93cc33838dabc0f1cfc0be13dca (patch) | |
tree | e37d0b23715fbcddd491f78a46c4be0a2d2f29f1 | |
parent | f7de7c71197995bff3044eb68e7b0c003fe4a7c7 (diff) | |
download | gnunet-gtk-6a390dc518e8c93cc33838dabc0f1cfc0be13dca.tar.gz gnunet-gtk-6a390dc518e8c93cc33838dabc0f1cfc0be13dca.zip |
fixing mantis 1154
-rw-r--r-- | src/plugins/about/about.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/about/about.c b/src/plugins/about/about.c index a3b9e99d..333397e7 100644 --- a/src/plugins/about/about.c +++ b/src/plugins/about/about.c | |||
@@ -45,6 +45,7 @@ void on_about_clicked_about(GtkWidget *dummy, | |||
45 | = glade_xml_get_widget(axml, | 45 | = glade_xml_get_widget(axml, |
46 | "aboutDialog"); | 46 | "aboutDialog"); |
47 | gtk_dialog_run(GTK_DIALOG(ad)); | 47 | gtk_dialog_run(GTK_DIALOG(ad)); |
48 | gtk_widget_destroy(ad); | ||
48 | g_object_unref(axml); | 49 | g_object_unref(axml); |
49 | } | 50 | } |
50 | 51 | ||