mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 12:10:19 +00:00
style: normalize GTK signal names to canonical dash-case
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user