mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
fix potential crash during provisioning
update po file and fr translation
This commit is contained in:
parent
acca0f19ad
commit
71d498fd95
19 changed files with 6296 additions and 4694 deletions
|
|
@ -214,9 +214,9 @@ bool_t linphone_core_chat_enabled(const LinphoneCore *lc){
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns an array of chat rooms
|
||||
* Returns an list of chat rooms
|
||||
* @param lc #LinphoneCore object
|
||||
* @return An array of #LinphoneChatRoom
|
||||
* @return A list of #LinphoneChatRoom
|
||||
**/
|
||||
MSList* linphone_core_get_chat_rooms(LinphoneCore *lc) {
|
||||
return lc->chatrooms;
|
||||
|
|
|
|||
|
|
@ -2319,8 +2319,6 @@ 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());
|
||||
|
|
@ -2333,6 +2331,7 @@ core_start:
|
|||
restart=FALSE;
|
||||
goto core_start;
|
||||
}
|
||||
if (config_file) free(config_file);
|
||||
#ifndef HAVE_GTK_OSX
|
||||
/*workaround a bug on win32 that makes status icon still present in the systray even after program exit.*/
|
||||
if (icon) gtk_status_icon_set_visible(icon,FALSE);
|
||||
|
|
|
|||
572
po/nb_NO.po
572
po/nb_NO.po
File diff suppressed because it is too large
Load diff
691
po/pt_BR.po
691
po/pt_BR.po
File diff suppressed because it is too large
Load diff
698
po/zh_CN.po
698
po/zh_CN.po
File diff suppressed because it is too large
Load diff
569
po/zh_TW.po
569
po/zh_TW.po
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue