commit 734d031aaa56391bff081d13654b783f20589e68 Author: Guillaume Desmottes Date: Fri Nov 15 14:05:20 2013 +0100 3.8.6 NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit b21d3e5a166d698874295b9bb5b4e81b20c8f1d3 Author: Guillaume Desmottes Date: Wed Sep 11 16:41:24 2013 +0200 use (room-name, account-path) as primary key when removing GMenuItem https://bugzilla.gnome.org/show_bug.cgi?id=707885 src/empathy-roster-window.c | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) commit 1d8e6474075b44fdf6ae9e11b0e7e3b9578d159e Author: Guillaume Desmottes Date: Wed Sep 11 16:27:04 2013 +0200 menu_removed_cb: fix 'name' leak https://bugzilla.gnome.org/show_bug.cgi?id=707885 src/empathy-roster-window.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) commit dda3f6c4ee2e695dbc111023dc9fa7fa53ab4827 Author: Guillaume Desmottes Date: Wed Sep 11 16:24:42 2013 +0200 menu_removed_cb: call g_menu_model_get_n_items() once No need to call it during each iteration. https://bugzilla.gnome.org/show_bug.cgi?id=707885 src/empathy-roster-window.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 2e22420b7abfbce1c764bafc5c6ce4877561ad5d Author: Guillaume Desmottes Date: Wed Sep 11 11:09:15 2013 +0200 Create one single GAction to join rooms The proper way to handle multi menu items having the same semantic is to have one single GAction associated with different GMenuItem having specific parameters instead of having one action per menu item. Fix bgo#707885 as we no longer have spaces in GMenuItem action names. src/empathy-roster-window.c | 80 ++++++++++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 34 deletions(-) commit d11afe3782f7615af85772fcda4af95546d8811b Author: Guillaume Desmottes Date: Mon Nov 11 11:11:46 2013 +0100 remove released flag configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)