update ms2

This commit is contained in:
Gautier Pelloux-Prayer 2014-07-01 13:54:16 +02:00
parent 39b9fcd8e7
commit 80b306bb02
2 changed files with 3 additions and 1 deletions

View file

@ -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