[gimp/gtk3-port: 213/226] app: themes.c: add #if 0-ed switch to dark	theme variant
- From: Michael Natterer <mitch src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp/gtk3-port: 213/226] app: themes.c: add #if 0-ed switch to dark	theme variant
 
- Date: Sun, 21 Sep 2014 18:24:25 +0000 (UTC)
 
commit 6386ca7c22fc9eaa9e27a4767711a72a4e9b3d16
Author: Michael Natterer <mitch gimp org>
Date:   Fri Dec 9 22:55:46 2011 +0100
    app: themes.c: add #if 0-ed switch to dark theme variant
 app/gui/themes.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/app/gui/themes.c b/app/gui/themes.c
index cf529ba..0146737 100644
--- a/app/gui/themes.c
+++ b/app/gui/themes.c
@@ -127,6 +127,12 @@ themes_init (Gimp *gimp)
       g_list_free_full (path, (GDestroyNotify) g_object_unref);
     }
 
+#if 0
+  g_object_set (gtk_settings_get_for_screen (gdk_screen_get_default ()),
+                "gtk-application-prefer-dark-theme", TRUE,
+                NULL);
+#endif
+
   themes_style_provider = GTK_STYLE_PROVIDER (gtk_css_provider_new ());
 
   /*  Use GTK_STYLE_PROVIDER_PRIORITY_APPLICATION + 1 so theme files
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]