aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-message-dialog.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:16:40 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:16:40 +0800
commit53a5ccde2a29a81a34e2624d44d798bd765a921e (patch)
treee454edb5bad5c4865cfcd796461999afe9e7f5e8 /libempathy-gtk/empathy-new-message-dialog.c
parentf178a264143aaed6a816c2f40cb8c6d4db385fb2 (diff)
downloadgsoc2013-empathy-53a5ccde2a29a81a34e2624d44d798bd765a921e.tar
gsoc2013-empathy-53a5ccde2a29a81a34e2624d44d798bd765a921e.tar.gz
gsoc2013-empathy-53a5ccde2a29a81a34e2624d44d798bd765a921e.tar.bz2
gsoc2013-empathy-53a5ccde2a29a81a34e2624d44d798bd765a921e.tar.lz
gsoc2013-empathy-53a5ccde2a29a81a34e2624d44d798bd765a921e.tar.xz
gsoc2013-empathy-53a5ccde2a29a81a34e2624d44d798bd765a921e.tar.zst
gsoc2013-empathy-53a5ccde2a29a81a34e2624d44d798bd765a921e.zip
Fix some errors made when rebasing on master
svn path=/trunk/; revision=2211
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.c')
-rw-r--r--libempathy-gtk/empathy-new-message-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c
index 766087812..d0d99bc3e 100644
--- a/libempathy-gtk/empathy-new-message-dialog.c
+++ b/libempathy-gtk/empathy-new-message-dialog.c
@@ -187,7 +187,7 @@ new_message_dialog_response_cb (GtkWidget *widget,
EmpathyContactFactory *factory;
EmpathyContact *contact;
- factory = empathy_contact_factory_new ();
+ factory = empathy_contact_factory_dup_singleton ();
contact = empathy_contact_factory_get_from_id (factory, account, id);
empathy_start_call_with_contact (contact);