[telepathy-gabble/master] Fix accidental switch fallthrough
Will Thompson
will.thompson at collabora.co.uk
Fri May 1 07:54:58 PDT 2009
---
src/jingle-media-rtp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/jingle-media-rtp.c b/src/jingle-media-rtp.c
index 92cae40..1873a5f 100644
--- a/src/jingle-media-rtp.c
+++ b/src/jingle-media-rtp.c
@@ -190,6 +190,7 @@ gabble_jingle_media_rtp_get_property (GObject *object,
break;
case PROP_REMOTE_STATE:
g_value_set_uint (value, priv->remote_state);
+ break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
break;
--
1.5.6.5
More information about the telepathy-commits
mailing list