From eaa89b5c913fb08915a56c3e6b4103aa90ed80d6 Mon Sep 17 00:00:00 2001 From: jmayer Date: Thu, 4 Aug 2011 22:56:36 +0000 Subject: 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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38344 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/sctp_byte_graph_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/sctp_byte_graph_dlg.c') diff --git a/gtk/sctp_byte_graph_dlg.c b/gtk/sctp_byte_graph_dlg.c index 3098a3b0b7..1190980337 100644 --- a/gtk/sctp_byte_graph_dlg.c +++ b/gtk/sctp_byte_graph_dlg.c @@ -1247,7 +1247,7 @@ gtk_sctpgraph_init(struct sctp_udata *u_data) static void -quit(GtkObject *object _U_, gpointer user_data) +quit(GObject *object _U_, gpointer user_data) { struct sctp_udata *u_data=user_data; -- cgit v1.2.3