mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Updated wizard URL
This commit is contained in:
parent
d843d27890
commit
ee8fcf39bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue