From a36df4571d37a9046e22e99d88e1a3642f612b8a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 9 Feb 2010 16:45:43 +0000 Subject: [PATCH] impl_signal_apply: this function is not called after the create page any more The 'create account' page doesn't have a 'apply' button any more so this test never succeeds any more. --- src/empathy-account-assistant.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c index be7babbd..bbc20778 100644 --- a/src/empathy-account-assistant.c +++ b/src/empathy-account-assistant.c @@ -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); } -- 2.39.2