[Telepathy-commits] [telepathy-gabble/master] gabble_tube_stream_class_init: Status property has been renamed to State

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Jan 27 08:50:17 PST 2009


---
 src/tube-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index 48d4b96..4cfc5b1 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1164,7 +1164,7 @@ gabble_tube_stream_class_init (GabbleTubeStreamClass *gabble_tube_stream_class)
   };
   static TpDBusPropertiesMixinPropImpl tube_iface_props[] = {
       { "Parameters", "parameters", "parameters" },
-      { "Status", "state", NULL },
+      { "State", "state", NULL },
       { NULL }
   };
   static TpDBusPropertiesMixinIfaceImpl prop_interfaces[] = {
-- 
1.5.6.5




More information about the Telepathy-commits mailing list