[gthumb] image viewer: use the black background by default



commit c97305237a575efb6a240738ed6756b4248820b5
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Aug 19 17:44:32 2012 +0200

    image viewer: use the black background by default

 data/org.gnome.gthumb.image-viewer.gschema.xml.in |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/org.gnome.gthumb.image-viewer.gschema.xml.in b/data/org.gnome.gthumb.image-viewer.gschema.xml.in
index 94b64bd..85c8d89 100644
--- a/data/org.gnome.gthumb.image-viewer.gschema.xml.in
+++ b/data/org.gnome.gthumb.image-viewer.gschema.xml.in
@@ -1,23 +1,23 @@
 <!--
   gThumb
- 
+
   Copyright  2011 Free Software Foundation, Inc.
- 
+
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-   
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <schemalist>
-  
+
   <schema id="org.gnome.gthumb.image-viewer" path="/org/gnome/gthumb/image-viewer/">
     <key name="zoom-quality" enum="org.gnome.gthumb.GthZoomQuality">
       <default>'low'</default>
@@ -40,9 +40,9 @@
       <default>'medium'</default>
     </key>
     <key name="black-background" type="b">
-      <default>false</default>
+      <default>true</default>
       <_description>Whether to always use a black background.</_description>
     </key>
   </schema>
-  
+
 </schemalist>



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