aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNiklas Wenzel <nikwen.developer@gmail.com>2015-04-30 09:53:52 +0200
committerNiklas Wenzel <nikwen.developer@gmail.com>2015-04-30 09:53:52 +0200
commite460914e37a50ece094a17e6f6a8fb6cdb817ed5 (patch)
treee11f4d3cbbc0d1bc6278db1fce0d9e8394e3b266 /src
parent5d4c62d7b80050b9c51dc7df77c00113e53bb442 (diff)
downloadayatana-indicator-messages-e460914e37a50ece094a17e6f6a8fb6cdb817ed5.tar.gz
ayatana-indicator-messages-e460914e37a50ece094a17e6f6a8fb6cdb817ed5.tar.bz2
ayatana-indicator-messages-e460914e37a50ece094a17e6f6a8fb6cdb817ed5.zip
Fix build error
Diffstat (limited to 'src')
-rw-r--r--src/im-application-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-application-list.c b/src/im-application-list.c
index 272142a..ee0e1e1 100644
--- a/src/im-application-list.c
+++ b/src/im-application-list.c
@@ -522,6 +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;
gchar **unescaped_source_actions;
gchar **unescaped_message_actions;