From 25f04411b41472c77ec2be33a7ae27fe98155dba Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 12 Feb 2011 05:05:07 +0000 Subject: -(YarTour)replaced deprecated GTK_SIGNAL_FUNC() with G_CALLBACK(). (Patch #8258). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63288 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfnet/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dfnet') 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); -- cgit v1.2.3