[Telepathy-commits] [telepathy-salut/master] src/salut-tubes-channel.c: Add missing "break". Why was it missing?!

Alban Crequy alban.crequy at collabora.co.uk
Fri Feb 6 03:14:54 PST 2009


---
 src/salut-tubes-channel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/salut-tubes-channel.c b/src/salut-tubes-channel.c
index 0b89499..0760795 100644
--- a/src/salut-tubes-channel.c
+++ b/src/salut-tubes-channel.c
@@ -297,6 +297,7 @@ salut_tubes_channel_get_property (GObject *object,
         break;
       case PROP_XMPP_CONNECTION_MANAGER:
         g_value_set_object (value, priv->xmpp_connection_manager);
+        break;
       case PROP_INTERFACES:
         if (chan->muc)
           g_value_set_static_boxed (value, salut_tubes_channel_interfaces);
-- 
1.5.6.5




More information about the telepathy-commits mailing list