diff options
author | Ted Gould <ted@gould.cx> | 2013-08-16 09:25:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-16 09:25:56 -0500 |
commit | 201482b9190f616031e1db01a648d3d943f6fa5f (patch) | |
tree | b5de5994c5166c932a3219a4460cf92a87257b0d /src | |
parent | b0626bc33d3ec1b0580869045c1b2c5ff295d05c (diff) | |
download | ayatana-indicator-messages-201482b9190f616031e1db01a648d3d943f6fa5f.tar.gz ayatana-indicator-messages-201482b9190f616031e1db01a648d3d943f6fa5f.tar.bz2 ayatana-indicator-messages-201482b9190f616031e1db01a648d3d943f6fa5f.zip |
Forgot to draw attention for new messages
Diffstat (limited to 'src')
-rw-r--r-- | src/im-application-list.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/im-application-list.c b/src/im-application-list.c index 2be470e..d9426f9 100644 --- a/src/im-application-list.c +++ b/src/im-application-list.c @@ -812,6 +812,9 @@ im_application_list_message_added (Application *app, g_object_unref (action_group); } + if (draws_attention) + app->draws_attention = TRUE; + im_application_list_update_draws_attention (app->list); g_signal_emit (app->list, signals[MESSAGE_ADDED], 0, |