]> git.0d.be Git - empathy.git/commitdiff
impl_signal_apply: this function is not called after the create page any more
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 9 Feb 2010 16:45:43 +0000 (16:45 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 9 Feb 2010 16:45:43 +0000 (16:45 +0000)
The 'create account' page doesn't have a 'apply' button any more so this test
never succeeds any more.

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);
 }