diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:12 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:12 +0800 |
commit | 05e263fd30e9f1b000b8f278243c4f52e27b3cb0 (patch) | |
tree | 4c4d63786f95e001ef8226ed6a54665fc28cd330 | |
parent | 5e21e6f1a398965f4c9dae30675d7554fe9ce1d8 (diff) | |
download | gsoc2013-empathy-05e263fd30e9f1b000b8f278243c4f52e27b3cb0.tar gsoc2013-empathy-05e263fd30e9f1b000b8f278243c4f52e27b3cb0.tar.gz gsoc2013-empathy-05e263fd30e9f1b000b8f278243c4f52e27b3cb0.tar.bz2 gsoc2013-empathy-05e263fd30e9f1b000b8f278243c4f52e27b3cb0.tar.lz gsoc2013-empathy-05e263fd30e9f1b000b8f278243c4f52e27b3cb0.tar.xz gsoc2013-empathy-05e263fd30e9f1b000b8f278243c4f52e27b3cb0.tar.zst gsoc2013-empathy-05e263fd30e9f1b000b8f278243c4f52e27b3cb0.zip |
Ref result of empathy_contact_factory_get_tp_factory
svn path=/trunk/; revision=1678
-rw-r--r-- | libempathy-gtk/empathy-avatar-chooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c index a40239eb8..a8cf19ca8 100644 --- a/libempathy-gtk/empathy-avatar-chooser.c +++ b/libempathy-gtk/empathy-avatar-chooser.c @@ -296,9 +296,9 @@ avatar_chooser_set_account (EmpathyAvatarChooser *self, if (account != NULL) { priv->account = g_object_ref (account); - priv->tp_contact_factory = + priv->tp_contact_factory = g_object_ref ( empathy_contact_factory_get_tp_factory ( - priv->contact_factory, priv->account); + priv->contact_factory, priv->account)); priv->ready_handler_id = g_signal_connect ( priv->tp_contact_factory, "notify::ready", |