diff options
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; |