2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 13:58:22 +00:00

fix segfault when about dialog is closed

This commit is contained in:
John Johansen
2007-09-05 21:39:00 +00:00
parent fd0ad65eac
commit 5a3d3ba05f

View File

@@ -302,7 +302,7 @@ void applet_about(BonoboUIComponent * uic)
g_signal_connect (about_apparmor_applet, "destroy", g_signal_connect (about_apparmor_applet, "destroy",
G_CALLBACK (gtk_widget_destroyed), G_CALLBACK (gtk_widget_destroyed),
&about_apparmor_applet); NULL);
gtk_widget_show(about_apparmor_applet); gtk_widget_show(about_apparmor_applet);
} }