From: Guillaume Desmottes Date: Fri, 19 Feb 2010 09:59:45 +0000 (+0000) Subject: assistant: set the salut page as complete if we pre-filled enough fields (#610380) X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=96254dab84d19af25964e0d6a1a73b0872428222 assistant: set the salut page as complete if we pre-filled enough fields (#610380) --- diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c index 20486643..cd092378 100644 --- a/src/empathy-account-assistant.c +++ b/src/empathy-account-assistant.c @@ -1268,6 +1268,12 @@ do_constructed (GObject *object) gtk_assistant_set_page_type (assistant, page, GTK_ASSISTANT_PAGE_CONFIRM); priv->create_salut_account = TRUE; + + if (empathy_account_settings_is_valid (priv->salut_settings)) + { + gtk_assistant_set_page_complete (GTK_ASSISTANT (self), + page, TRUE); + } } else {