diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-02-12 05:05:07 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-02-12 05:05:07 +0000 |
| commit | 25f04411b41472c77ec2be33a7ae27fe98155dba (patch) | |
| tree | fc52e07a7121f8fcfe154fb6778b03bd5fb31dfa /plugins/dfnet | |
| parent | 42197a754a6023d488be007d1557d53595569ee0 (diff) | |
| download | pcsxr-25f04411b41472c77ec2be33a7ae27fe98155dba.tar.gz | |
-(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
Diffstat (limited to 'plugins/dfnet')
| -rw-r--r-- | plugins/dfnet/gui.c | 2 |
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); |
