[Telepathy-commits] [telepathy-salut/master] Fix after the merge: declaration order

Alban Crequy alban.crequy at collabora.co.uk
Thu Feb 26 11:20:16 PST 2009


---
 src/salut-connection.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/salut-connection.c b/src/salut-connection.c
index 23d2a6f..f80bf66 100644
--- a/src/salut-connection.c
+++ b/src/salut-connection.c
@@ -466,11 +466,12 @@ salut_connection_constructor (GType type,
 {
   GObject *obj;
   SalutConnection *self;
+  SalutConnectionPrivate *priv;
 
   obj = G_OBJECT_CLASS (salut_connection_parent_class)->
            constructor (type, n_props, props);
   self = SALUT_CONNECTION (obj);
-  SalutConnectionPrivate *priv = SALUT_CONNECTION_GET_PRIVATE(self);
+  priv = SALUT_CONNECTION_GET_PRIVATE(self);
 
   /* receive discovery requests */
   salut_xmpp_connection_manager_add_stanza_filter (
-- 
1.5.6.5




More information about the telepathy-commits mailing list