diff options
author | Ted Gould <ted@gould.cx> | 2013-08-16 10:22:09 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-16 10:22:09 -0500 |
commit | cacbeac6d8aafa701a80a57475a768bab54b8b2b (patch) | |
tree | a9f29532aaa00ac4c5abe91acc257f3b1f282722 | |
parent | 234e9dd70074a0eb4734ced3a271447d44a29a8b (diff) | |
download | ayatana-indicator-messages-cacbeac6d8aafa701a80a57475a768bab54b8b2b.tar.gz ayatana-indicator-messages-cacbeac6d8aafa701a80a57475a768bab54b8b2b.tar.bz2 ayatana-indicator-messages-cacbeac6d8aafa701a80a57475a768bab54b8b2b.zip |
Whitespace
-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, |