aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-25 20:45:05 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-28 15:10:42 +0800
commitad57c03ab520ce83282b582c2a1d7dc7e537031f (patch)
tree23afa2ed4a6fef3f85fbf8a6a35955ec323be464
parentb41b8478952bd912820cb496a3e01069b5acb91d (diff)
downloadgsoc2013-empathy-ad57c03ab520ce83282b582c2a1d7dc7e537031f.tar
gsoc2013-empathy-ad57c03ab520ce83282b582c2a1d7dc7e537031f.tar.gz
gsoc2013-empathy-ad57c03ab520ce83282b582c2a1d7dc7e537031f.tar.bz2
gsoc2013-empathy-ad57c03ab520ce83282b582c2a1d7dc7e537031f.tar.lz
gsoc2013-empathy-ad57c03ab520ce83282b582c2a1d7dc7e537031f.tar.xz
gsoc2013-empathy-ad57c03ab520ce83282b582c2a1d7dc7e537031f.tar.zst
gsoc2013-empathy-ad57c03ab520ce83282b582c2a1d7dc7e537031f.zip
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)
-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