aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.c
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2010-12-10 01:32:13 +0800
committerJonny Lamb <jonnylamb@gnome.org>2010-12-10 01:32:13 +0800
commit41dd635842b27268454435c557b74ea32245c7ae (patch)
tree6858adaa474abb672d73f0b26fa088a3ef153505 /src/empathy-status-icon.c
parentd7293eb2b362224a70ad1c8402691c987b1caf1c (diff)
downloadgsoc2013-empathy-41dd635842b27268454435c557b74ea32245c7ae.tar
gsoc2013-empathy-41dd635842b27268454435c557b74ea32245c7ae.tar.gz
gsoc2013-empathy-41dd635842b27268454435c557b74ea32245c7ae.tar.bz2
gsoc2013-empathy-41dd635842b27268454435c557b74ea32245c7ae.tar.lz
gsoc2013-empathy-41dd635842b27268454435c557b74ea32245c7ae.tar.xz
gsoc2013-empathy-41dd635842b27268454435c557b74ea32245c7ae.tar.zst
gsoc2013-empathy-41dd635842b27268454435c557b74ea32245c7ae.zip
status-icon: blink when we get a password request
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'src/empathy-status-icon.c')
-rw-r--r--src/empathy-status-icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index 0c834a670..38a68d433 100644
--- a/src/empathy-status-icon.c
+++ b/src/empathy-status-icon.c
@@ -159,7 +159,7 @@ status_icon_event_added_cb (EmpathyEventManager *manager,
DEBUG ("New event %p", event);
priv->event = event;
- if (event->must_ack) {
+ if (event->must_ack || event->type == EMPATHY_EVENT_TYPE_AUTH) {
priv->showing_event_icon = TRUE;
status_icon_update_icon (icon);
status_icon_update_tooltip (icon);