[empathy] contact-widget: use empathy_avatar_chooser_set_connection
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] contact-widget: use empathy_avatar_chooser_set_connection
- Date: Mon, 12 Apr 2010 09:37:00 +0000 (UTC)
commit 0fd156b0466bf42db93a58b1426386c84ad7e43b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Apr 9 13:55:11 2010 +0200
contact-widget: use empathy_avatar_chooser_set_connection
libempathy-gtk/empathy-contact-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index 43688e4..b7f4a26 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -972,7 +972,7 @@ update_avatar_chooser_account_cb (EmpathyAccountChooser *account_chooser,
TpConnection *connection;
connection = empathy_account_chooser_get_connection (account_chooser);
- g_object_set (avatar_chooser, "connection", connection, NULL);
+ empathy_avatar_chooser_set_connection (avatar_chooser, connection);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]