aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTravis Reitter <treitter@gmail.com>2010-06-22 23:43:18 +0800
committerTravis Reitter <treitter@gmail.com>2010-07-21 07:12:35 +0800
commitae79986102a22b65a3f9f4eb2328971272eec204 (patch)
tree7a119f5fb1b9546b7f7e6ac21798893581feaf68 /src
parent315a71325f98d86722d7c313d726828f767cef82 (diff)
downloadgsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar
gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.gz
gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.bz2
gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.lz
gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.xz
gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.zst
gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.zip
Support contact adding
Diffstat (limited to 'src')
-rw-r--r--src/empathy-main-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 0af2413fc..f6fe0c9b4 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -52,6 +52,7 @@
#include <libempathy-gtk/empathy-live-search.h>
#include <libempathy-gtk/empathy-geometry.h>
#include <libempathy-gtk/empathy-gtk-enum-types.h>
+#include <libempathy-gtk/empathy-individual-dialogs.h>
#include <libempathy-gtk/empathy-individual-store.h>
#include <libempathy-gtk/empathy-individual-view.h>
#include <libempathy-gtk/empathy-new-message-dialog.h>
@@ -714,7 +715,7 @@ static void
main_window_chat_add_contact_cb (GtkAction *action,
EmpathyMainWindow *window)
{
- empathy_new_contact_dialog_show (GTK_WINDOW (window));
+ empathy_new_individual_dialog_show (GTK_WINDOW (window));
}
static void