updating default preview limit



according to bug #317587:
""Default to create thumbnails from image files is 3M. There are now
quite a lot
of 8+M pixel cameras that create files (jpeg compressed) larger than 3M. For
instance I have an 8.2M pixels camera that can create jpeg files of 4.5M. So I
would prefer a default of 5M for creating thumbnails."

The patch changes the default value to fix that issue


--
Sebastien Bacher
diff -Nur nautilus-2.13.3.orig/libnautilus-private/apps_nautilus_preferences.schemas.in nautilus-2.13.3/libnautilus-private/apps_nautilus_preferences.schemas.in
--- nautilus-2.13.3.orig/libnautilus-private/apps_nautilus_preferences.schemas.in	2005-12-12 17:29:46.000000000 +0100
+++ nautilus-2.13.3/libnautilus-private/apps_nautilus_preferences.schemas.in	2006-01-07 23:23:42.000000000 +0100
@@ -209,7 +209,7 @@
       <applyto>/apps/nautilus/preferences/thumbnail_limit</applyto>
       <owner>nautilus</owner>
       <type>int</type>
-      <default>3145728</default>
+      <default>5242880</default>
       <locale name="C">
          <short>Maximum image size for thumbnailing</short>
          <long>


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