[smuxi/experiments/any_server_support: 27/34] Frontend-GNOME: also clear event activity in Notebook.ClearAllActivity()
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [smuxi/experiments/any_server_support: 27/34] Frontend-GNOME: also clear event activity in Notebook.ClearAllActivity()
- Date: Sun, 9 Feb 2014 14:26:49 +0000 (UTC)
commit fff1771c541529b8f90468c6e2998bb92c25229d
Author: Mirco Bauer <meebey meebey net>
Date: Sat Feb 1 13:30:46 2014 +0100
Frontend-GNOME: also clear event activity in Notebook.ClearAllActivity()
Clearing message activity alone was not sufficient and left the user with a
crowded chat list behind. We can't clear highlights here too as that wouldn't be
pushed to the possibly remote engine leaving the user with deja vu next time
he connects to his smuxi-server.
src/Frontend-GNOME/Notebook.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Frontend-GNOME/Notebook.cs b/src/Frontend-GNOME/Notebook.cs
index 4028aa2..063c506 100644
--- a/src/Frontend-GNOME/Notebook.cs
+++ b/src/Frontend-GNOME/Notebook.cs
@@ -167,6 +167,7 @@ namespace Smuxi.Frontend.Gnome
for (int i = 0; i < npages; i++) {
ChatView chat = GetChat(i);
chat.HasActivity = false;
+ chat.HasEvent = false;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]