[Telepathy-commits] [telepathy-glib/master] TpConnection: stop coding style check complaining of uninitialized GErrors

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Oct 15 03:46:07 PDT 2008


---
 telepathy-glib/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index 2b636d8..aba7f9f 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -712,7 +712,7 @@ tp_connection_get_status (TpConnection *self,
 typedef struct {
     GMainLoop *loop;
     TpProxyPendingCall *pc;
-    GError *connect_error;
+    GError *connect_error /* gets initialized */;
 } RunUntilReadyData;
 
 static void
-- 
1.5.6.5




More information about the Telepathy-commits mailing list