diff options
-rw-r--r-- | src/im-application-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-application-list.c b/src/im-application-list.c index 47d81ce..7d75c84 100644 --- a/src/im-application-list.c +++ b/src/im-application-list.c @@ -321,7 +321,7 @@ im_application_list_remove_all (GSimpleAction *action, if (app->proxy != NULL) /* If it is remote, we tell the app we've cleared */ { - gchar * null_list[1] = { NULL }; + gchar * null_list[1] = { NULL }; indicator_messages_application_call_dismiss (app->proxy, (const gchar * const *) null_list, (const gchar * const *) message_actions, |