[empathy] Do not flash contact icon in the main window for notification only events
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] Do not flash contact icon in the main window for notification only events
- Date: Tue, 23 Jun 2009 06:10:08 -0400 (EDT)
commit e037c0c20d0f532314ce9cad99347418506dd6c2
Author: Frédéric Péters <fpeters 0d be>
Date: Tue Jun 16 09:49:20 2009 +0200
Do not flash contact icon in the main window for notification only events
src/empathy-main-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 5830d2b..e92817a 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -197,7 +197,7 @@ main_window_flash_cb (EmpathyMainWindow *window)
events = empathy_event_manager_get_events (window->event_manager);
for (l = events; l; l = l->next) {
data.event = l->data;
- if (!data.event->contact) {
+ if (!data.event->contact || !data.event->must_ack) {
continue;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]