From: aflinta Date: Tue, 25 Feb 2003 05:51:39 +0000 (+0000) Subject: - fixed bug 104601 (allow to make thumbnails larger than 100MB) X-Git-Tag: nautilus-2_2_3-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fnautilus.git;a=commitdiff_plain;h=d8c208925759b8c5b813ca95a9234df9aefa4dfc - fixed bug 104601 (allow to make thumbnails larger than 100MB) Changed files: nautilus-thumbnail.patch -> 1.1 --- diff --git a/nautilus-thumbnail.patch b/nautilus-thumbnail.patch new file mode 100644 index 0000000..575c7ad --- /dev/null +++ b/nautilus-thumbnail.patch @@ -0,0 +1,56 @@ +diff -urN nautilus-2.2.1.orig/src/nautilus-file-management-properties.c nautilus-2.2.1/src/nautilus-file-management-properties.c +--- nautilus-2.2.1.orig/src/nautilus-file-management-properties.c Tue Feb 25 06:44:32 2003 ++++ nautilus-2.2.1/src/nautilus-file-management-properties.c Tue Feb 25 06:45:15 2003 +@@ -132,6 +132,9 @@ + 5242880, + 10485760, + 104857600, ++ 262144000, ++ 524288000, ++ 1048576000, + -1 + }; + +diff -urN nautilus-2.2.1.orig/src/nautilus-file-management-properties.glade nautilus-2.2.1/src/nautilus-file-management-properties.glade +--- nautilus-2.2.1.orig/src/nautilus-file-management-properties.glade Tue Feb 25 06:44:32 2003 ++++ nautilus-2.2.1/src/nautilus-file-management-properties.glade Tue Feb 25 06:45:15 2003 +@@ -2040,7 +2040,7 @@ + + + True +- <span weight="bold">Image Files</span> ++ <span weight="bold">Video and Image Files</span> + False + True + GTK_JUSTIFY_LEFT +@@ -2260,6 +2260,30 @@ + True + + ++ ++ ++ ++ True ++ 250 MB ++ True ++ ++ ++ ++ ++ ++ True ++ 500 MB ++ True ++ ++ ++ ++ ++ ++ True ++ 1 GB ++ True ++ ++ + + +