mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-02 02:16:24 +00:00
Wizard threads modified to work on Win32
This commit is contained in:
parent
9420ec250d
commit
15c4e16f88
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ void* check_username_availability(void* w) {
|
|||
|
||||
static void account_username_changed(GtkEntry *entry, GtkWidget *w) {
|
||||
// Verifying if username choosed is available, and if form is correctly filled, let the user go next page
|
||||
g_thread_create(check_username_availability, (void*)w, FALSE, NULL);
|
||||
gdk_threads_add_idle((GSourceFunc)check_username_availability, (void*)w);
|
||||
}
|
||||
|
||||
static GtkWidget *create_account_information_page() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue