style: normalize GTK signal names to canonical dash-case

This commit is contained in:
2026-03-17 10:30:54 -06:00
parent e90b68967c
commit 0cfb63f301
15 changed files with 59 additions and 59 deletions

View File

@@ -241,7 +241,7 @@ joind_show_dialog (server *serv)
g_signal_connect (G_OBJECT (dialog1), "destroy",
G_CALLBACK (joind_destroy_cb), serv);
g_signal_connect (G_OBJECT (entry1), "focus_in_event",
g_signal_connect (G_OBJECT (entry1), "focus-in-event",
G_CALLBACK (joind_entryfocus_cb), serv);
g_signal_connect (G_OBJECT (entry1), "activate",
G_CALLBACK (joind_entryenter_cb), okbutton1);