diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-18 07:40:59 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-18 08:39:59 +0800 |
commit | 5d4f3f6ddb6d1ced1aed6647195cb6687ddda15f (patch) | |
tree | d423af070921192d7b26874609dec05e80aced98 | |
parent | 6f866d3bbc1f3a3d0a3bfa9b594517d16b3a9562 (diff) | |
download | gsoc2013-evolution-5d4f3f6ddb6d1ced1aed6647195cb6687ddda15f.tar.gz gsoc2013-evolution-5d4f3f6ddb6d1ced1aed6647195cb6687ddda15f.tar.zst gsoc2013-evolution-5d4f3f6ddb6d1ced1aed6647195cb6687ddda15f.zip |
Hide the options for Time Divisions when in Express mode
30 minutes is the default and you'll learn to like it.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in | 2 | ||||
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in index ccec118c1e..1885a91495 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in @@ -823,7 +823,7 @@ <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,month_scroll_by_week]</default> + <default>[label_second_zone,hbox_second_zone,timezone,timezone_label,hbox_use_system_timezone,hbox_time_divisions,month_scroll_by_week]</default> <locale name="C"> <short>List of controls to hide when in Express mode</short> <long> diff --git a/calendar/gui/dialogs/cal-prefs-dialog.ui b/calendar/gui/dialogs/cal-prefs-dialog.ui index 75f0b25e09..b94803fc43 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.ui +++ b/calendar/gui/dialogs/cal-prefs-dialog.ui @@ -896,7 +896,7 @@ <property name="visible">True</property> <property name="spacing">6</property> <child> - <object class="GtkHBox" id="hbox10"> + <object class="GtkHBox" id="hbox_time_divisions"> <property name="visible">True</property> <property name="spacing">6</property> <child> |