mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
Call linphone_status_icon_init even if HAVE_GTK_OSX is defined
This commit is contained in:
parent
1832c11326
commit
730a7dc3cd
1 changed files with 2 additions and 2 deletions
|
|
@ -2032,9 +2032,9 @@ static void linphone_gtk_init_ui(void){
|
|||
start_option=START_AUDIO_ASSISTANT;
|
||||
iconified = TRUE;
|
||||
}
|
||||
#ifndef HAVE_GTK_OSX
|
||||
|
||||
linphone_gtk_init_status_icon();
|
||||
#endif
|
||||
|
||||
if (!iconified){
|
||||
linphone_gtk_show_main_window();
|
||||
linphone_gtk_check_soundcards();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue