[ekiga] Update presentity information in all the groups it belongs to
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Update presentity information in all the groups it belongs to
- Date: Thu, 29 Jan 2015 17:25:38 +0000 (UTC)
commit 5d2c6fee03bfd545ab4be80681e8c550abeae439
Author: Eugen Dedu <eugen dedu univ-fcomte fr>
Date: Thu Jan 29 18:22:19 2015 +0100
Update presentity information in all the groups it belongs to
Fixes following bug: when a presentity status or presence or name changes,
it was changed only in one group.
lib/engine/gui/gtk-frontend/roster-view-gtk.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp b/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp
index 659015a..d6a9645 100644
--- a/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp
+++ b/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp
@@ -1200,7 +1200,7 @@ on_presentity_added (RosterViewGtk* self,
gtk_tree_store_set (self->priv->store, &iter,
COLUMN_STATUS, presentity->get_status ().c_str (), -1);
g_free (old_status);
- return;
+ continue;
}
g_free (old_status);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]