mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 15:18:11 +00:00
update ms2
This commit is contained in:
parent
39b9fcd8e7
commit
80b306bb02
2 changed files with 3 additions and 1 deletions
|
|
@ -2319,6 +2319,8 @@ core_start:
|
|||
|
||||
linphone_gtk_init_liblinphone(config_file, factory_config_file, db_file);
|
||||
|
||||
if (config_file) free(config_file);
|
||||
|
||||
/* do not lower timeouts under 30 ms because it exhibits a bug on gtk+/win32, with cpu running 20% all the time...*/
|
||||
gtk_timeout_add(30,(GtkFunction)linphone_gtk_iterate,(gpointer)linphone_gtk_get_core());
|
||||
gtk_timeout_add(30,(GtkFunction)linphone_gtk_check_logs,(gpointer)linphone_gtk_get_core());
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f466a6e17e4cb62d48d9ab27b2c231a29ca750dd
|
||||
Subproject commit 84ce0753edfae002c0f5bcff17f80f6f9c285f14
|
||||
Loading…
Add table
Reference in a new issue