libgnome r3711 - in trunk: . schemas
- From: mjc svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnome r3711 - in trunk: . schemas
- Date: Thu, 10 Apr 2008 13:17:27 +0100 (BST)
Author: mjc
Date: Thu Apr 10 13:17:27 2008
New Revision: 3711
URL: http://svn.gnome.org/viewvc/libgnome?rev=3711&view=rev
Log:
2008-04-10 Michael J. Chudobiak <mjc svn gnome org>
* schemas/Makefile.am:
* schemas/desktop_gnome_thumbnail_cache.schemas.in:
Re-added schema to support the thumbnail cache cleaner from
the new gnome-settings-daemon housekeeping plug-in, after
branching for gnome-2-22. Bug #523159.
Added:
trunk/schemas/desktop_gnome_thumbnail_cache.schemas.in
Modified:
trunk/ChangeLog
trunk/schemas/Makefile.am
Modified: trunk/schemas/Makefile.am
==============================================================================
--- trunk/schemas/Makefile.am (original)
+++ trunk/schemas/Makefile.am Thu Apr 10 13:17:27 2008
@@ -8,13 +8,14 @@
desktop_gnome_applications_browser.schemas.in \
desktop_gnome_applications_terminal.schemas.in \
desktop_gnome_applications_window_manager.schemas.in \
- desktop_gnome_applications_office.schemas.in \
+ desktop_gnome_applications_office.schemas.in \
desktop_gnome_file_views.schemas.in \
desktop_gnome_lockdown.schemas.in \
desktop_gnome_peripherals_mouse.schemas.in \
desktop_gnome_peripherals_keyboard.schemas.in \
desktop_gnome_sound.schemas.in \
desktop_gnome_typing_break.schemas.in \
+ desktop_gnome_thumbnail_cache.schemas.in \
desktop_gnome_thumbnailers.schemas.in \
$(NULL)
Added: trunk/schemas/desktop_gnome_thumbnail_cache.schemas.in
==============================================================================
--- (empty file)
+++ trunk/schemas/desktop_gnome_thumbnail_cache.schemas.in Thu Apr 10 13:17:27 2008
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<gconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnail_cache/maximum_age</key>
+ <applyto>/desktop/gnome/thumbnail_cache/maximum_age</applyto>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>60</default>
+ <locale name="C">
+ <short></short>
+ <long>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnail_cache/maximum_size</key>
+ <applyto>/desktop/gnome/thumbnail_cache/maximum_size</applyto>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>64</default>
+ <locale name="C">
+ <short></short>
+ <long>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</gconfschemafile>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]