[telepathy-gabble/master] Make feature_handles_refcount static as per albanc's review

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Sep 7 08:23:49 PDT 2009


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

diff --git a/src/capabilities.c b/src/capabilities.c
index 5aea4d1..c917815 100644
--- a/src/capabilities.c
+++ b/src/capabilities.c
@@ -191,7 +191,7 @@ omits_content_creators (LmMessageNode *identity)
     }
 }
 
-gsize feature_handles_refcount = 0;
+static gsize feature_handles_refcount = 0;
 static TpHandleRepoIface *feature_handles = NULL;
 
 void
-- 
1.5.6.5




More information about the telepathy-commits mailing list