diff options
| -rw-r--r-- | shell/shell.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/shell/shell.c b/shell/shell.c index 438c2ffb..61ab5719 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -508,10 +508,7 @@ static void menu_item_set_icon_always_visible(Shell *shell,      path = g_strdup_printf("%s/%s", parent_path, item_id);      menuitem = gtk_ui_manager_get_widget(shell->ui_manager, path); -#if GTK_CHECK_VERSION(3, 0, 0) -#else      gtk_image_menu_item_set_always_show_image(GTK_IMAGE_MENU_ITEM(menuitem), TRUE); -#endif      g_free(path);  } | 
