mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 22:20:54 +00:00
application: fix close-request signal
This commit is contained in:
@ -212,7 +212,7 @@ sysprof_about (GSimpleAction *action,
|
|||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
g_signal_connect (dialog,
|
g_signal_connect (dialog,
|
||||||
"response",
|
"close-request",
|
||||||
G_CALLBACK (gtk_window_destroy),
|
G_CALLBACK (gtk_window_destroy),
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user