mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 21:38:15 +00:00
fix segfault when about dialog is closed
This commit is contained in:
parent
fd0ad65eac
commit
5a3d3ba05f
@ -302,7 +302,7 @@ void applet_about(BonoboUIComponent * uic)
|
||||
|
||||
g_signal_connect (about_apparmor_applet, "destroy",
|
||||
G_CALLBACK (gtk_widget_destroyed),
|
||||
&about_apparmor_applet);
|
||||
NULL);
|
||||
|
||||
gtk_widget_show(about_apparmor_applet);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user