diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-16 04:45:32 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-16 04:45:32 +0800 |
commit | 9a890d74824c1cfdb55947a7251de4e9d8095246 (patch) | |
tree | 0898fa5d75766d06c9c4161f067eb1604dca141c /calendar/gui | |
parent | 31fbe4c0fb0a2f24810ea0e18966fa6a022cb40e (diff) | |
download | gsoc2013-evolution-9a890d74824c1cfdb55947a7251de4e9d8095246.tar.gz gsoc2013-evolution-9a890d74824c1cfdb55947a7251de4e9d8095246.tar.zst gsoc2013-evolution-9a890d74824c1cfdb55947a7251de4e9d8095246.zip |
Schema with calendar widgets to hide in Express mode
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in index b232c60cce..f75c877b06 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in @@ -828,5 +828,25 @@ </long> </locale> </schema> + + <!-- Widgets to hide in Express mode --> + + <schema> + <key>/schemas/apps/evolution/calendar/express_preferences_hidden</key> + <applyto>/apps/evolution/calendar/express_preferences_hidden</applyto> + <owner>evolution-calendar</owner> + <type>list</type> + <list_type>string</list_type> + <default>[label_second_zone,hbox_second_zone,timezone,timezone_label,hbox_use_system_timezone]</default> + <locale name="C"> + <short>List of controls to hide when in Express mode</short> + <long> + List of names for the controls in the user interface, + which should be hidden when Evolution is running in Express + mode. + This pertains to the calendar preferences in cal-prefs-dialog.ui. + </long> + </locale> + </schema> </schemalist> </gconfschemafile> |