From c3bd107e978949ba5ecf1517e37b4a7576d9caa4 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Wed, 26 Sep 2012 18:12:55 +0000 Subject: Set 'gtk-button-images' to True in settings.ini - SL #3904 #3725 For the same reason we set 'gtk-menu-images' in commit 6ad1090a . In the absence of an Xsettings manager, GTK+ reads default values for settings from settings.ini . Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- diff --git a/gtk3/theme/settings.ini.em b/gtk3/theme/settings.ini.em index 511aa06..7780f8f 100644 --- a/gtk3/theme/settings.ini.em +++ b/gtk3/theme/settings.ini.em @@ -14,6 +14,7 @@ icon_large = icon_base * 5 [Settings] gtk-auto-mnemonics = 1 gtk-menu-images = 1 +gtk-button-images = 1 gtk-toolbar-style = GTK_TOOLBAR_ICONS gtk-cursor-theme-name = sugar -- cgit v0.9.1