summaryrefslogtreecommitdiff
path: root/plugins/dfnet/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfnet/gui.c')
-rw-r--r--plugins/dfnet/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfnet/gui.c b/plugins/dfnet/gui.c
index 181fecb4..b1438995 100644
--- a/plugins/dfnet/gui.c
+++ b/plugins/dfnet/gui.c
@@ -113,7 +113,7 @@ long CFGopen() {
widget = gtk_builder_get_object(builder, "btnCopyIP");
g_signal_connect_data(GTK_OBJECT(widget), "clicked",
- GTK_SIGNAL_FUNC(OnCopyIP), NULL, NULL, G_CONNECT_AFTER);
+ G_CALLBACK(OnCopyIP), NULL, NULL, G_CONNECT_AFTER);
widget = gtk_builder_get_object(builder, "tbServerIP");
gtk_entry_set_text(GTK_ENTRY(widget), conf.ipAddress);