]> git.0d.be Git - empathy.git/blobdiff - src/empathy-account-assistant.c
impl_signal_apply: this function is not called after the create page any more
[empathy.git] / src / empathy-account-assistant.c
index be7babbd135bc0b7a8066567948a6ff6ad19ce2f..bbc207788a14e9e2f52e11d68c9439cbb973b6a0 100644 (file)
@@ -864,8 +864,6 @@ impl_signal_apply (GtkAssistant *assistant)
       return;
     }
 
-  if (current_page >= PAGE_ENTER_CREATE)
-    account_assistant_apply_account_and_finish (self, priv->settings);
   else if (current_page == PAGE_IMPORT)
     empathy_import_widget_add_selected_accounts (priv->iw);
 }