aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-19 23:11:16 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-20 00:11:11 +0800
commit38069d2a7ed386cc85876aaefaa0dee9cd2ee484 (patch)
tree2b63b4b653bbd74d4cbfd73fa9a92addcdc58435 /tests
parent902b24c56151985da6eadedc748803d686a07a62 (diff)
downloadgsoc2013-empathy-38069d2a7ed386cc85876aaefaa0dee9cd2ee484.tar
gsoc2013-empathy-38069d2a7ed386cc85876aaefaa0dee9cd2ee484.tar.gz
gsoc2013-empathy-38069d2a7ed386cc85876aaefaa0dee9cd2ee484.tar.bz2
gsoc2013-empathy-38069d2a7ed386cc85876aaefaa0dee9cd2ee484.tar.lz
gsoc2013-empathy-38069d2a7ed386cc85876aaefaa0dee9cd2ee484.tar.xz
gsoc2013-empathy-38069d2a7ed386cc85876aaefaa0dee9cd2ee484.tar.zst
gsoc2013-empathy-38069d2a7ed386cc85876aaefaa0dee9cd2ee484.zip
Call create_salut_account_if_needed when the assistant is closed
That way we only try to create the account if the assistant properly terminates (#607436).
Diffstat (limited to 'tests')
-rw-r--r--tests/interactive/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index 7770e768f..74403b585 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -31,7 +31,8 @@ test_empathy_account_assistant_SOURCES = test-empathy-account-assistant.c
test_empathy_account_assistant_CFLAGS = -I$(top_srcdir)/src
test_empathy_account_assistant_LDADD = \
$(top_builddir)/src/empathy-account-assistant.o \
- $(top_builddir)/src/empathy-import-utils.o \
+ $(top_builddir)/src/empathy-auto-salut-account-helper.o \
$(top_builddir)/src/empathy-import-pidgin.o \
+ $(top_builddir)/src/empathy-import-utils.o \
$(top_builddir)/src/empathy-import-widget.o \
$(LDADD)