diff options
author | Niklas Wenzel <nikwen.developer@gmail.com> | 2015-04-30 09:53:52 +0200 |
---|---|---|
committer | Niklas Wenzel <nikwen.developer@gmail.com> | 2015-04-30 09:53:52 +0200 |
commit | e460914e37a50ece094a17e6f6a8fb6cdb817ed5 (patch) | |
tree | e11f4d3cbbc0d1bc6278db1fce0d9e8394e3b266 /src | |
parent | 5d4c62d7b80050b9c51dc7df77c00113e53bb442 (diff) | |
download | ayatana-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.c | 1 |
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; |