Call linphone_status_icon_init even if HAVE_GTK_OSX is defined

This commit is contained in:
François Grisez 2015-05-05 21:06:48 +02:00
parent 1832c11326
commit 730a7dc3cd

View file

@ -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();