aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_assoc_analyse.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-08-04 22:56:36 +0000
committerJörg Mayer <jmayer@loplof.de>2011-08-04 22:56:36 +0000
commit5c064e144af304f9211877c4e9aef7a93792e764 (patch)
tree2fbc17bd360b40c77042ffabd61517d1149a8ee0 /gtk/sctp_assoc_analyse.c
parent84995def5fd5705ab34e7779a35163403d85a11f (diff)
Replace almost all uses of GtkObject (which no longer exists
in GTK3) by GObject (which does). These were the trivial cases, the two remaining uses in packet_win.c are left for someone who understands the code. svn path=/trunk/; revision=38344
Diffstat (limited to 'gtk/sctp_assoc_analyse.c')
-rw-r--r--gtk/sctp_assoc_analyse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sctp_assoc_analyse.c b/gtk/sctp_assoc_analyse.c
index 2db7163f13..18ec79a3d6 100644
--- a/gtk/sctp_assoc_analyse.c
+++ b/gtk/sctp_assoc_analyse.c
@@ -71,7 +71,7 @@ remove_child(struct sctp_udata *child, struct sctp_analyse *parent)
}
static void
-on_destroy(GtkObject *object _U_, gpointer user_data)
+on_destroy(GObject *object _U_, gpointer user_data)
{
struct sctp_analyse *u_data;
guint16 i, j;