Hi, Here is a trivial patch I'd like to see applied. It adds a 1GB limit for Image thumbnailing, I believe this(or something similar) is needed because this setting is no longer just for images. Also since this setting effects all files not just images I renamed the label from "Image Files" to "Other Files", I know it sux but its the best I could think of at the time. -- Keith Conger Unix/Windows Engineer Navisite Inc. http://www.navisite.com
diff -u -r nautilus-2.2.1/src/nautilus-file-management-properties.c nautilus-2.2.1-kec/src/nautilus-file-management-properties.c --- nautilus-2.2.1/src/nautilus-file-management-properties.c 2003-01-20 05:10:54.000000000 -0500 +++ nautilus-2.2.1-kec/src/nautilus-file-management-properties.c 2003-02-13 09:08:39.000000000 -0500 @@ -132,6 +132,7 @@ 5242880, 10485760, 104857600, + 1048576000, -1 }; diff -u -r nautilus-2.2.1/src/nautilus-file-management-properties.glade nautilus-2.2.1-kec/src/nautilus-file-management-properties.glade --- nautilus-2.2.1/src/nautilus-file-management-properties.glade 2003-01-06 02:58:59.000000000 -0500 +++ nautilus-2.2.1-kec/src/nautilus-file-management-properties.glade 2003-02-13 09:44:11.000000000 -0500 @@ -2040,7 +2040,7 @@ <child> <widget class="GtkLabel" id="label18"> <property name="visible">True</property> - <property name="label" translatable="yes"><span weight="bold">Image Files</span></property> + <property name="label" translatable="yes"><span weight="bold">Other Files</span></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -2260,6 +2260,14 @@ <property name="use_underline">True</property> </widget> </child> + + <child> + <widget class="GtkMenuItem" id="1_gb1"> + <property name="visible">True</property> + <property name="label" translatable="yes">1 GB</property> + <property name="use_underline">True</property> + </widget> + </child> </widget> </child> </widget>
Attachment:
signature.asc
Description: This is a digitally signed message part