mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app: Remove not-working GIMP_ICONS_LIKE_A_BOSS
'gtk-menu-images' simply does not work on GTK3 (tested on AppImage, Flatpak and Windows) and it is not present on GTK4.
This commit is contained in:
parent
5805b96095
commit
65feecd32d
1 changed files with 0 additions and 11 deletions
|
@ -567,17 +567,6 @@ gui_restore_after_callback (Gimp *gimp,
|
|||
status_callback (NULL, _("Documents"), 0.9);
|
||||
gimp_recent_list_load (gimp);
|
||||
|
||||
/* enable this to always have icons everywhere */
|
||||
if (g_getenv ("GIMP_ICONS_LIKE_A_BOSS"))
|
||||
{
|
||||
GdkScreen *screen = gdk_screen_get_default ();
|
||||
|
||||
g_object_set (G_OBJECT (gtk_settings_get_for_screen (screen)),
|
||||
"gtk-button-images", TRUE,
|
||||
"gtk-menu-images", TRUE,
|
||||
NULL);
|
||||
}
|
||||
|
||||
ui_configurer = g_object_new (GIMP_TYPE_UI_CONFIGURER,
|
||||
"gimp", gimp,
|
||||
NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue