[eog] Make image area background black by default



commit 399d49129aa794d588968f2d4f26477a6069524b
Author: Felix Riemann <friemann gnome org>
Date:   Sun Aug 8 17:19:57 2010 +0200

    Make image area background black by default
    
    Said to improve focussing on the image and avoiding interference from
    the UI. Fixes bug 616450.

 data/org.gnome.eog.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.eog.gschema.xml.in.in b/data/org.gnome.eog.gschema.xml.in.in
index 36ea5da..b33ffb4 100644
--- a/data/org.gnome.eog.gschema.xml.in.in
+++ b/data/org.gnome.eog.gschema.xml.in.in
@@ -47,7 +47,7 @@
       <_description>If the transparency key has the value COLOR, then this  key determines the color which is used for indicating transparency.</_description>
     </key>
     <key name="use-background-color" type="b">
-    	<default>false</default>
+    	<default>true</default>
 	<_summary>Use a custom background color</_summary>
 	<_description>If this is active the color set by the background-color key will be used to fill the area behind the image. If it is not set the current GTK theme will determine the fill color.</_description>
     </key>



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