aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_byte_graph_dlg.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-04 22:56:36 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-04 22:56:36 +0000
commiteaa89b5c913fb08915a56c3e6b4103aa90ed80d6 (patch)
tree2fbc17bd360b40c77042ffabd61517d1149a8ee0 /gtk/sctp_byte_graph_dlg.c
parent66389aacbbfc00ac79bb9024045631dc14cd4b11 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38344 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/sctp_byte_graph_dlg.c')
-rw-r--r--gtk/sctp_byte_graph_dlg.c2
1 files changed, 1 insertions, 1 deletions
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;