[Telepathy-commits] [telepathy-salut/master] salut-connection: avoid double declaration

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Dec 12 10:00:52 PST 2008


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

diff --git a/src/salut-connection.c b/src/salut-connection.c
index 2e1573d..d3c1318 100644
--- a/src/salut-connection.c
+++ b/src/salut-connection.c
@@ -454,9 +454,9 @@ const char *salut_presence_status_txt_names[] = {
 
 static gboolean
 is_presence_status_available (GObject *obj,
-                              guint index)
+                              guint index_)
 {
-  return (index >= 0 && index < SALUT_PRESENCE_OFFLINE);
+  return (index_ >= 0 && index_ < SALUT_PRESENCE_OFFLINE);
 }
 
 static GHashTable *
-- 
1.5.6.5




More information about the Telepathy-commits mailing list