[Telepathy-commits] [telepathy-gabble/master] GabbleImFactory: use G_PARAM_STATIC_STRINGS and reindent

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Oct 14 07:06:05 PDT 2008


---
 src/im-factory.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/im-factory.c b/src/im-factory.c
index 635a4e0..2a96279 100644
--- a/src/im-factory.c
+++ b/src/im-factory.c
@@ -179,13 +179,9 @@ gabble_im_factory_class_init (GabbleImFactoryClass *gabble_im_factory_class)
   object_class->set_property = gabble_im_factory_set_property;
 
   param_spec = g_param_spec_object ("connection", "GabbleConnection object",
-                                    "Gabble connection object that owns this "
-                                    "IM channel factory object.",
-                                    GABBLE_TYPE_CONNECTION,
-                                    G_PARAM_CONSTRUCT_ONLY |
-                                    G_PARAM_READWRITE |
-                                    G_PARAM_STATIC_NICK |
-                                    G_PARAM_STATIC_BLURB);
+      "Gabble connection object that owns this IM channel factory object.",
+      GABBLE_TYPE_CONNECTION,
+      G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (object_class, PROP_CONNECTION, param_spec);
 
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list