diff --git a/src/sp-application.c b/src/sp-application.c index 776f57b9..1363e6d4 100644 --- a/src/sp-application.c +++ b/src/sp-application.c @@ -170,6 +170,11 @@ sysprof_about (GSimpleAction *action, "website-label", _("Learn more about Sysprof"), NULL); + g_signal_connect (dialog, + "response", + G_CALLBACK (gtk_widget_destroy), + NULL); + gtk_window_present (dialog); }