diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-08-15 22:44:48 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-15 22:44:48 +0800 |
commit | 921ed16f8ec9f81b134fe1c14f64523df6d217e5 (patch) | |
tree | a96c43cbfc76f1d66c46c66de85a6364960bf15e /calendar/gui/dialogs | |
parent | 95cad50c053fda877e2a640d7301c31704b4c889 (diff) | |
download | gsoc2013-evolution-921ed16f8ec9f81b134fe1c14f64523df6d217e5.tar gsoc2013-evolution-921ed16f8ec9f81b134fe1c14f64523df6d217e5.tar.gz gsoc2013-evolution-921ed16f8ec9f81b134fe1c14f64523df6d217e5.tar.bz2 gsoc2013-evolution-921ed16f8ec9f81b134fe1c14f64523df6d217e5.tar.lz gsoc2013-evolution-921ed16f8ec9f81b134fe1c14f64523df6d217e5.tar.xz gsoc2013-evolution-921ed16f8ec9f81b134fe1c14f64523df6d217e5.tar.zst gsoc2013-evolution-921ed16f8ec9f81b134fe1c14f64523df6d217e5.zip |
OK, re-added the default alarm options. Way too many people are asking for
2001-08-15 Federico Mena Quintero <federico@ximian.com>
* gui/dialogs/cal-prefs-dialog.glade: OK, re-added the default
alarm options. Way too many people are asking for them.
svn path=/trunk/; revision=12050
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.glade | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade b/calendar/gui/dialogs/cal-prefs-dialog.glade index b19cbdf9b9..dc4d4481cb 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.glade +++ b/calendar/gui/dialogs/cal-prefs-dialog.glade @@ -797,6 +797,107 @@ Sunday <fill>False</fill> </child> </widget> + + <widget> + <class>GtkCheckButton</class> + <name>checkbutton2</name> + <can_focus>True</can_focus> + <label>Create new appointments with a default _reminder</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkHBox</class> + <name>hbox13</name> + <homogeneous>False</homogeneous> + <spacing>4</spacing> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + + <widget> + <class>GtkAlignment</class> + <name>alignment1</name> + <width>17</width> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xscale>1</xscale> + <yscale>1</yscale> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + + <widget> + <class>Placeholder</class> + </widget> + </widget> + + <widget> + <class>GtkSpinButton</class> + <name>spinbutton1</name> + <can_focus>True</can_focus> + <climb_rate>1</climb_rate> + <digits>0</digits> + <numeric>False</numeric> + <update_policy>GTK_UPDATE_ALWAYS</update_policy> + <snap>False</snap> + <wrap>False</wrap> + <value>0</value> + <lower>0</lower> + <upper>9999</upper> + <step>1</step> + <page>10</page> + <page_size>10</page_size> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkOptionMenu</class> + <name>optionmenu1</name> + <can_focus>True</can_focus> + <items>Minutes +Hours +Days +</items> + <initial_choice>0</initial_choice> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkLabel</class> + <name>label27</name> + <label>before the start of the appointment</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>0.5</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + </widget> </widget> <widget> |