mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #19650: gnome: silence some meaningless warnings
This commit is contained in:
@ -42,7 +42,8 @@ static GtkWidget *show_menu_item, *hangup_menu_item;
|
||||
void
|
||||
set_minimized(gboolean state)
|
||||
{
|
||||
gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(show_menu_item), !state);
|
||||
if (show_menu_item)
|
||||
gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(show_menu_item), !state);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user