[empathy] always color the room label when we are highlighted



commit 1d32cd41ebb142f313fde508aedde89f3c20d32d
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Feb 7 14:06:44 2011 +0100

    always color the room label when we are highlighted

 src/empathy-chat-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 2cf4e73..3e97425 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1449,9 +1449,10 @@ chat_window_new_message_cb (EmpathyChat       *chat,
 	}
 
 	if (needs_urgency) {
+		chat_window_set_highlight_room_labels (chat);
+
 		if (!has_focus) {
 			chat_window_set_urgency_hint (window, TRUE);
-			chat_window_set_highlight_room_labels (chat);
 		}
 
 		/* Pending messages have already been displayed and notified in the



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]