[empathy] empathy-tp-tube: the state is a EmpTubeChannelState not a guint
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] empathy-tp-tube: the state is a EmpTubeChannelState not a guint
- Date: Fri, 17 Apr 2009 06:06:20 -0400 (EDT)
commit e3dbc8ab8129308573c1804c67701b9d08732367
Author: Guillaume Desmottes <gdesmott gnome org>
Date: Thu Apr 16 16:30:49 2009 +0100
empathy-tp-tube: the state is a EmpTubeChannelState not a guint
---
libempathy/empathy-tp-tube.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c
index bde84fb..088c940 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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]