commit f46f61c1174676db391530f6d2cb36ea9334d140 Author: Guillaume Desmottes Date: Mon Nov 14 15:50:58 2011 +0100 add release name :) NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 331e71add030aaddfdbf2ac95346d42b07c67415 Author: Guillaume Desmottes Date: Mon Nov 14 15:48:47 2011 +0100 prepare 3.2.2 NEWS | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 1a61af6de2fc25206edd16818263f6972e16c9a2 Author: Guillaume Desmottes Date: Mon Nov 14 12:42:59 2011 +0100 fix separator leak https://bugzilla.gnome.org/show_bug.cgi?id=663873 libempathy-gtk/empathy-log-window.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 5cd0c94a4ffcaa695947a344836f05c516b8afe4 Author: Guillaume Desmottes Date: Mon Nov 14 12:39:58 2011 +0100 don't leak uri returned by g_file_get_uri() God I hate _get functions returning new memory... https://bugzilla.gnome.org/show_bug.cgi?id=663873 libempathy-gtk/empathy-log-window.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit b116f867f9247465fd59ace6ba73991f281b38dd Author: Guillaume Desmottes Date: Mon Nov 14 12:19:54 2011 +0100 fix GDate leaks when getting dates from the model https://bugzilla.gnome.org/show_bug.cgi?id=663873 libempathy-gtk/empathy-log-window.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 3af870ef59c375699799df71e320764c488b3094 Author: Guillaume Desmottes Date: Mon Nov 14 12:12:29 2011 +0100 free GDate leaks when inserting them into the model The model copies the date so we should free it afterward. https://bugzilla.gnome.org/show_bug.cgi?id=663873 libempathy-gtk/empathy-log-window.c | 27 +++++++++++++++++++++++---- 1 files changed, 23 insertions(+), 4 deletions(-) commit 338a3ec1624d35a6dfe4ac859a901c6635dbaa39 Author: Guillaume Desmottes Date: Mon Nov 14 12:01:55 2011 +0100 empathy-logs: prepare the account manager first The log viewer assumes it's already prepared. https://bugzilla.gnome.org/show_bug.cgi?id=663873 tests/interactive/empathy-logs.c | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) commit 80053e129b08aa560c36e78efec1b95ca146620b Author: Guillaume Desmottes Date: Mon Nov 14 11:59:31 2011 +0100 empathy-logs: port to TP coding style https://bugzilla.gnome.org/show_bug.cgi?id=663873 tests/interactive/empathy-logs.c | 32 +++++++++++++++----------------- 1 files changed, 15 insertions(+), 17 deletions(-) commit eed898111783f9a3c9a94a1831efe23c7614fd87 Author: Danielle Madeley Date: Tue Nov 8 09:49:41 2011 +1100 accounts-dialog: fix box packing issue in infobar Expanding the status causes the icon to be placed on the far left of the box. This regression caused by my work in 1cd6e8253a3be284b8578fd9ea37016d0197d61b. Need an additional hbox and to expand that. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663567 src/empathy-accounts-dialog.c | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) commit e3588d1344ac6d964396c75f2f3cd5c2501b500c Author: Guillaume Desmottes Date: Fri Nov 4 13:42:53 2011 +0100 contact-chooser: fix TpfPersona leak We weren't using the persona we just created for some reason. libempathy-gtk/empathy-contact-chooser.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-)