[empathy] impl_signal_apply: this function is not called after the create page any more



commit a36df4571d37a9046e22e99d88e1a3642f612b8a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Feb 9 16:45:43 2010 +0000

    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 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index be7babb..bbc2077 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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]