mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 21:20:20 +00:00
style: normalize GTK signal names to canonical dash-case
This commit is contained in:
@@ -153,7 +153,7 @@ ascii_open (void)
|
||||
gtk_widget_set_size_request (but, 28, -1);
|
||||
g_signal_connect (G_OBJECT (but), "clicked",
|
||||
G_CALLBACK (ascii_click), NULL);
|
||||
g_signal_connect (G_OBJECT (but), "enter_notify_event",
|
||||
g_signal_connect (G_OBJECT (but), "enter-notify-event",
|
||||
G_CALLBACK (ascii_enter), label);
|
||||
gtk_box_pack_start (GTK_BOX (hbox), but, 0, 0, 0);
|
||||
gtk_widget_show (but);
|
||||
|
||||
Reference in New Issue
Block a user