diff options
author | rbuj <[email protected]> | 2021-12-18 14:31:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-19 17:46:41 +0100 |
commit | ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3 (patch) | |
tree | b29cb6bfa05a9b88194631e964f55bbcfcb70ef8 /applets/notification_area/main.c | |
parent | 0791b258daba11925ced8406db204f27b827202f (diff) | |
download | mate-panel-ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3.tar.bz2 mate-panel-ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3.tar.xz |
Use dashes instead of underscores in signal names
Diffstat (limited to 'applets/notification_area/main.c')
-rw-r--r-- | applets/notification_area/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/notification_area/main.c b/applets/notification_area/main.c index 7aff4288..c3d4a0be 100644 --- a/applets/notification_area/main.c +++ b/applets/notification_area/main.c @@ -199,7 +199,7 @@ ensure_prefs_window_is_created (NaTrayApplet *applet) g_signal_connect_swapped (applet->priv->dialog->preferences_dialog, "response", G_CALLBACK (na_preferences_dialog_response), applet); - g_signal_connect (G_OBJECT (applet->priv->dialog->preferences_dialog), "delete_event", + g_signal_connect (G_OBJECT (applet->priv->dialog->preferences_dialog), "delete-event", G_CALLBACK (na_preferences_dialog_hide_event), applet); } |