diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:02 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:02 +0800 |
commit | 1025757ce5cfcf597acf3c1a813cada46f29fa46 (patch) | |
tree | adce31f72460b7d1c333f6f3d36c97fab3edd486 /libempathy-gtk/empathy-contact-widget.c | |
parent | 2361ab657ab433c9566f289c77e92ced7f468d86 (diff) | |
download | gsoc2013-empathy-1025757ce5cfcf597acf3c1a813cada46f29fa46.tar gsoc2013-empathy-1025757ce5cfcf597acf3c1a813cada46f29fa46.tar.gz gsoc2013-empathy-1025757ce5cfcf597acf3c1a813cada46f29fa46.tar.bz2 gsoc2013-empathy-1025757ce5cfcf597acf3c1a813cada46f29fa46.tar.lz gsoc2013-empathy-1025757ce5cfcf597acf3c1a813cada46f29fa46.tar.xz gsoc2013-empathy-1025757ce5cfcf597acf3c1a813cada46f29fa46.tar.zst gsoc2013-empathy-1025757ce5cfcf597acf3c1a813cada46f29fa46.zip |
AvatarChooser: Add McAccount and EmpathyContactFactory properties
svn path=/trunk/; revision=1675
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index acd3e19ee..6b70bcaaf 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -497,7 +497,8 @@ contact_widget_contact_setup (EmpathyContactWidget *information) { if (information->flags & EMPATHY_CONTACT_WIDGET_EDIT_AVATAR) { - information->widget_avatar = empathy_avatar_chooser_new (); + information->widget_avatar = empathy_avatar_chooser_new ( + information->factory); g_signal_connect (information->widget_avatar, "changed", G_CALLBACK (contact_widget_avatar_changed_cb), information); |