From 9cd83f199da867a18e8182e230505cb6ec8b6409 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 25 May 2010 14:45:05 +0200 Subject: assistant: call empathy_import_widget_add_selected_accounts in impl_signal_apply as well If the user already has a salut account configured, the import page is the last one of the assistant. So impl_signal_apply() is called instead of impl_signal_prepare(). (#617971) --- src/empathy-account-assistant.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3