[goobox] removed preference for the dark theme



commit ce6a2e0de05925dcdbd31752599e328dad6523fe
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Jun 8 15:16:53 2011 +0200

    removed preference for the dark theme

 src/main.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index e08b0ad..b133e99 100644
--- a/src/main.c
+++ b/src/main.c
@@ -275,12 +275,8 @@ required_gstreamer_plugins_available (void)
 static gboolean
 init_application (GApplication *application)
 {
-	GtkSettings *gtk_settings;
 	EggSMClient *client = NULL;
 
-        gtk_settings = gtk_settings_get_default ();
-        g_object_set (G_OBJECT (gtk_settings), "gtk-application-prefer-dark-theme", TRUE, NULL);
-
         gtk_window_set_default_icon_name ("goobox");
         goo_stock_init ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]