[Telepathy-commits] [telepathy-gabble/master] GabbleChannelManager: GABBLE_TYPE_EXPORTABLE_CHANNEL is not a value type, use G_TYPE_OBJECT

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Nov 3 11:20:33 PST 2008


20080728201737-53eee-c8051e109b26a0c2db7cb673ee70081fa2c756cb.gz
---
 src/channel-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/channel-manager.c b/src/channel-manager.c
index c2e9007..9a4321b 100644
--- a/src/channel-manager.c
+++ b/src/channel-manager.c
@@ -84,7 +84,7 @@ channel_manager_base_init (gpointer klass)
           0,
           NULL, NULL,
           gabble_marshal_VOID__POINTER_OBJECT,
-          G_TYPE_NONE, 2, G_TYPE_POINTER, GABBLE_TYPE_EXPORTABLE_CHANNEL);
+          G_TYPE_NONE, 2, G_TYPE_POINTER, G_TYPE_OBJECT);
 
       /**
        * GabbleChannelManager::request-failed:
-- 
1.5.6.5




More information about the Telepathy-commits mailing list