mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Quit button displayed everytime in menu
This commit is contained in:
parent
393b958acc
commit
6544364ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -1265,7 +1265,7 @@ static void linphone_gtk_status_icon_set_blinking(gboolean val){
|
|||
void linphone_gtk_options_activate(GtkWidget *item){
|
||||
#ifndef HAVE_GTK_OSX
|
||||
gtk_widget_set_visible(linphone_gtk_get_widget(linphone_gtk_get_main_window(),"quit_item"),
|
||||
icon && !gtk_status_icon_is_embedded(icon));
|
||||
TRUE);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue