From e3dbc8ab8129308573c1804c67701b9d08732367 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 16 Apr 2009 16:30:49 +0100 Subject: [PATCH] empathy-tp-tube: the state is a EmpTubeChannelState not a guint --- libempathy/empathy-tp-tube.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c index bde84fbe..088c9405 100644 --- a/libempathy/empathy-tp-tube.c +++ b/libempathy/empathy-tp-tube.c @@ -69,7 +69,7 @@ typedef struct gchar *service; /* FIXME readd support for parameters.. */ GHashTable *parameters; - guint state; + EmpTubeChannelState state; EmpathyContact *initiator_contact; EmpathyContactFactory *factory; } EmpathyTpTubePriv; @@ -93,7 +93,7 @@ G_DEFINE_TYPE (EmpathyTpTube, empathy_tp_tube, G_TYPE_OBJECT) static void tp_tube_state_changed_cb (TpProxy *proxy, - guint state, + EmpTubeChannelState state, gpointer user_data, GObject *tube) { -- 2.39.2