[eog] Enable fullscreen plugin by default



commit 32f566c06310c881fe93cebdd15887ee3f03b950
Author: Felix Riemann <friemann gnome org>
Date:   Tue Aug 9 22:15:23 2011 +0200

    Enable fullscreen plugin by default
    
    The effect it causes is somewhat expected by users.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=552537

 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 bd010d3..e5759ec 100644
--- a/data/org.gnome.eog.gschema.xml.in.in
+++ b/data/org.gnome.eog.gschema.xml.in.in
@@ -125,7 +125,7 @@
   </schema>
   <schema id="org.gnome.eog.plugins" path="/org/gnome/eog/plugins/">
     <key name="active-plugins" type="as">
-      <default>[]</default>
+      <default>['fullscreen']</default>
       <_summary>Active plugins</_summary>
       <_description>List of active plugins. It doesn't contain the "Location" of the active plugins.  See the .eog-plugin file for obtaining the "Location" of a given plugin.</_description>
     </key>



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