From ee8fcf39bdae9a40126d4bed57b419ee9e0dbebd Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 2 Aug 2016 11:11:38 +0200 Subject: [PATCH] Updated wizard URL --- gtk/setupwizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/setupwizard.c b/gtk/setupwizard.c index a29826aea..83a46b10a 100644 --- a/gtk/setupwizard.c +++ b/gtk/setupwizard.c @@ -319,7 +319,7 @@ void linphone_gtk_account_creation_password_changed(GtkEntry *entry) { } static void linphone_gtk_assistant_init(GtkWidget *w) { - LinphoneAccountCreator *creator = linphone_account_creator_new(linphone_gtk_get_core(), "https://www.linphone.org/wizard.php"); + LinphoneAccountCreator *creator = linphone_account_creator_new(linphone_gtk_get_core(), "https://subscribe.linphone.org:444/wizard.php"); LinphoneAccountCreatorCbs *cbs = linphone_account_creator_get_callbacks(creator); linphone_account_creator_set_user_data(creator, w); linphone_account_creator_cbs_set_is_account_used(cbs, linphone_gtk_test_account_existence_cb);