From b4c11a7ed3806c7ac30666676ffe5640d6c07bca Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 29 Sep 2012 16:13:50 -0700 Subject: Turn menu and button images on regardless of OS settings. Right now the menu and button images are a distribution choice - some have them on, some have them off. I kinda like them and think that even on OSs that have them off by default this doesn't look out of place (as other apps clearly do the same). Signed-off-by: Dirk Hohndel --- gtk-gui.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk-gui.c b/gtk-gui.c index 0312fe695..cf271be92 100644 --- a/gtk-gui.c +++ b/gtk-gui.c @@ -1009,7 +1009,9 @@ void init_ui(int *argcp, char ***argvp) gtk_init(argcp, argvp); settings = gtk_settings_get_default(); - gtk_settings_set_long_property(settings, "gtk_tooltip_timeout", 10, "subsurface setting"); + gtk_settings_set_long_property(settings, "gtk-tooltip-timeout", 10, "subsurface setting"); + gtk_settings_set_long_property(settings, "gtk-menu-images", 1, "subsurface setting"); + gtk_settings_set_long_property(settings, "gtk-button-images", 1, "subsurface setting"); g_type_init(); -- cgit v1.2.3-70-g09d2