From ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 18 Dec 2021 14:31:49 +0100 Subject: Use dashes instead of underscores in signal names --- applets/notification_area/system-tray/fixedtip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/notification_area/system-tray/fixedtip.c') diff --git a/applets/notification_area/system-tray/fixedtip.c b/applets/notification_area/system-tray/fixedtip.c index 180cbdd7..528e1767 100644 --- a/applets/notification_area/system-tray/fixedtip.c +++ b/applets/notification_area/system-tray/fixedtip.c @@ -128,7 +128,7 @@ na_fixed_tip_init (NaFixedTip *fixedtip) gtk_widget_add_events (GTK_WIDGET (fixedtip), GDK_BUTTON_PRESS_MASK); - g_signal_connect (fixedtip, "button_press_event", + g_signal_connect (fixedtip, "button-press-event", G_CALLBACK (button_press_handler), NULL); fixedtip->priv->orientation = GTK_ORIENTATION_HORIZONTAL; -- cgit v1.2.1