]> git.0d.be Git - empathy.git/commitdiff
empathy-account-widget.c: fix uint comparaison
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 21 Oct 2009 16:20:42 +0000 (17:20 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 22 Oct 2009 09:43:49 +0000 (10:43 +0100)
libempathy-gtk/empathy-account-widget.c

index a750d471adf58aa43d9112d62c823e2481c9aa5d..05911144a7f075413230af7510758fd69a1c4425 100644 (file)
@@ -1155,7 +1155,7 @@ do_constructed (GObject *obj)
   EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
   EmpathyAccount *account;
   const gchar *protocol, *cm_name;
-  int i = 0;
+  guint i = 0;
   struct {
     const gchar *cm_name;
     const gchar *protocol;