libgnome r3704 - in trunk: . schemas
- From: mjc svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnome r3704 - in trunk: . schemas
- Date: Fri, 4 Apr 2008 12:11:46 +0100 (BST)
Author: mjc
Date: Fri Apr 4 12:11:45 2008
New Revision: 3704
URL: http://svn.gnome.org/viewvc/libgnome?rev=3704&view=rev
Log:
2008-04-04 Michael J. Chudobiak <mjc svn gnome org>
* schemas/Makefile.am:
* schemas/desktop_gnome_thumbnail_cache.schemas.in:
Added schema to support the thumbnail cache cleaner from the
new gnome-settings-daemon housekeeping plug-in. 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 Fri Apr 4 12:11:45 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 Fri Apr 4 12:11:45 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]