[nautilus/thumbnail-limit-tweaks: 22/23] gschema: fix key description



commit e8d66ca9ac6611f7dc3dc520f06df94d243ffa5c
Author: Ernestas Kulik <ernestask gnome org>
Date:   Fri Mar 2 17:09:07 2018 +0200

    gschema: fix key description
    
    Since 611f381d561024b0a590237c31fc0612e6698530, the limit is no longer
    expressed in bytes.

 data/org.gnome.nautilus.gschema.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 3c4ace4b7..cffe06661 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -158,9 +158,10 @@
       <description>Speed trade-off for when to show a file as a thumbnail. If set to “always” then always 
thumbnail, even if the folder is on a remote server. If set to “local-only” then only show thumbnails for 
local file systems. If set to “never” then never bother to thumbnail files, just use a generic icon. Despite 
what the name may suggest, this applies to any previewable file type.</description>
     </key>
     <key type="t" name="thumbnail-limit">
-      <default>10485760</default>
+      <range max="4096"/>
+      <default>10</default>
       <summary>Maximum image size for thumbnailing</summary>
-      <description>Images over this size (in bytes) won’t be thumbnailed. The purpose of this setting is to 
avoid thumbnailing large images that may take a long time to load or use lots of memory.</description>
+      <description>Images over this size (in megabytes) won’t be thumbnailed. The purpose of this setting is 
to avoid thumbnailing large images that may take a long time to load or use lots of memory.</description>
     </key>
     <key name="default-sort-order" enum="org.gnome.nautilus.SortOrder">
       <aliases>


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