diff options
author | Travis Reitter <treitter@gmail.com> | 2010-06-22 23:43:18 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-07-21 07:12:35 +0800 |
commit | ae79986102a22b65a3f9f4eb2328971272eec204 (patch) | |
tree | 7a119f5fb1b9546b7f7e6ac21798893581feaf68 /src/empathy-main-window.c | |
parent | 315a71325f98d86722d7c313d726828f767cef82 (diff) | |
download | gsoc2013-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/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 3 |
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 |