diff options
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index a750d471a..05911144a 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -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; |