[ekiga] Made the chat area reset the unread messages count when it gets the focus
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Made the chat area reset the unread messages count when it gets the focus
- Date: Wed, 26 Feb 2014 09:33:50 +0000 (UTC)
commit 0b67d174c55b13aea2673224d37ad62bb0a15b49
Author: Julien Puydt <jpuydt free fr>
Date: Wed Feb 26 10:21:43 2014 +0100
Made the chat area reset the unread messages count when it gets the focus
lib/engine/gui/gtk-frontend/chat-area.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/chat-area.cpp b/lib/engine/gui/gtk-frontend/chat-area.cpp
index e05b31f..f8b5756 100644
--- a/lib/engine/gui/gtk-frontend/chat-area.cpp
+++ b/lib/engine/gui/gtk-frontend/chat-area.cpp
@@ -600,6 +600,7 @@ on_chat_area_grab_focus (GtkWidget* widget,
self = (ChatArea*)widget;
gtk_widget_grab_focus (self->priv->message);
+ self->priv->conversation->reset_unread_messages_count ();
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]