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

@@ -470,7 +470,7 @@ key_handle_key_press (GtkWidget *wid, GdkEventKey *evt, session *sess)
return 1;
case 2:
g_signal_stop_emission_by_name (G_OBJECT (wid),
"key_press_event");
"key-press-event");
return 1;
}
}