aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNiklas Wenzel <nikwen.developer@gmail.com>2015-04-30 09:56:26 +0200
committerNiklas Wenzel <nikwen.developer@gmail.com>2015-04-30 09:56:26 +0200
commit395de61de1a8bbe9023be4233dda84e89e682261 (patch)
tree3c0c80ded2f23ed9faa3210d591778bf4f4487d3 /src
parente460914e37a50ece094a17e6f6a8fb6cdb817ed5 (diff)
downloadayatana-indicator-messages-395de61de1a8bbe9023be4233dda84e89e682261.tar.gz
ayatana-indicator-messages-395de61de1a8bbe9023be4233dda84e89e682261.tar.bz2
ayatana-indicator-messages-395de61de1a8bbe9023be4233dda84e89e682261.zip
Use guint instead of int
Diffstat (limited to 'src')
-rw-r--r--src/im-application-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-application-list.c b/src/im-application-list.c
index ee0e1e1..68d161b 100644
--- a/src/im-application-list.c
+++ b/src/im-application-list.c
@@ -522,7 +522,7 @@ im_application_list_remove_all (GSimpleAction *action,
if (app->proxy != NULL) /* If it is remote, we tell the app we've cleared */
{
- int i;
+ guint i;
gchar **unescaped_source_actions;
gchar **unescaped_message_actions;