diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-12-10 10:40:44 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-12-10 10:40:44 +0000 |
commit | d5a8c169eca1b0186135178e0e039f7fc2f4d415 (patch) | |
tree | 5cb9e54998948c26f7c959cede9881f9a85208b6 /src/nautilus-file-management-properties.ui | |
parent | 587a540c425d1927da2452ede351637f72c58cd1 (diff) | |
download | nautilus-d5a8c169eca1b0186135178e0e039f7fc2f4d415.tar.gz |
Update the 2GB and 4GB thumbnail limits to the new prefs API and make sure
2008-12-10 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-file.c:
* libnautilus-private/nautilus-global-preferences.c:
* src/nautilus-file-management-properties.c:
* src/nautilus-file-management-properties.ui:
Update the 2GB and 4GB thumbnail limits to the new prefs API and
make sure they actually work.
svn path=/trunk/; revision=14806
Diffstat (limited to 'src/nautilus-file-management-properties.ui')
-rw-r--r-- | src/nautilus-file-management-properties.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nautilus-file-management-properties.ui b/src/nautilus-file-management-properties.ui index 3e1820a7f..3a57ebaeb 100644 --- a/src/nautilus-file-management-properties.ui +++ b/src/nautilus-file-management-properties.ui @@ -184,6 +184,12 @@ <row> <col id="0">1 GB</col> </row> + <row> + <col id="0">2 GB</col> + </row> + <row> + <col id="0">4 GB</col> + </row> </data> </object> <object class="GtkListStore" id="model9"> |