mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 04:00:19 +00:00
style: normalize GTK signal names to canonical dash-case
This commit is contained in:
@@ -863,7 +863,7 @@ fe_dcc_open_recv_win (int passive)
|
||||
gtk_tree_selection_set_mode (dccfwin.sel, GTK_SELECTION_MULTIPLE);
|
||||
|
||||
if (!prefs.hex_gui_tab_utils)
|
||||
g_signal_connect (G_OBJECT (dccfwin.window), "configure_event",
|
||||
g_signal_connect (G_OBJECT (dccfwin.window), "configure-event",
|
||||
G_CALLBACK (dcc_configure_cb), 0);
|
||||
g_signal_connect (G_OBJECT (dccfwin.sel), "changed",
|
||||
G_CALLBACK (dcc_row_cb), NULL);
|
||||
|
||||
Reference in New Issue
Block a user