aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-28 15:09:44 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-28 15:09:44 +0800
commit5ab918a38a75d877cf0a8b3b79da0f2fc723e16c (patch)
tree037b6f9fce7c68aa40518a85fed61ad118d82b77 /src
parent246115e48e4b1103132695f20a80bf74fe3640c2 (diff)
parent9cd83f199da867a18e8182e230505cb6ec8b6409 (diff)
downloadgsoc2013-empathy-5ab918a38a75d877cf0a8b3b79da0f2fc723e16c.tar
gsoc2013-empathy-5ab918a38a75d877cf0a8b3b79da0f2fc723e16c.tar.gz
gsoc2013-empathy-5ab918a38a75d877cf0a8b3b79da0f2fc723e16c.tar.bz2
gsoc2013-empathy-5ab918a38a75d877cf0a8b3b79da0f2fc723e16c.tar.lz
gsoc2013-empathy-5ab918a38a75d877cf0a8b3b79da0f2fc723e16c.tar.xz
gsoc2013-empathy-5ab918a38a75d877cf0a8b3b79da0f2fc723e16c.tar.zst
gsoc2013-empathy-5ab918a38a75d877cf0a8b3b79da0f2fc723e16c.zip
Merge branch 'import-617971'
Diffstat (limited to 'src')
-rw-r--r--src/empathy-account-assistant.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index a8a77e322..060345a9e 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -913,6 +913,10 @@ impl_signal_apply (GtkAssistant *assistant)
g_object_unref (priv->settings);
priv->settings = NULL;
}
+ else if (current_page == PAGE_IMPORT)
+ {
+ empathy_import_widget_add_selected_accounts (priv->iw);
+ }
}
static void