<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd" >

<glade-interface>
  <requires lib="gnome" />

  <widget class="GtkDialog" id="cal-prefs-dialog">
    <property name="visible">no</property>
    <property name="title" translatable="yes">Calendar and Tasks Settings</property>
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
    <property name="modal">no</property>
    <property name="allow_shrink">no</property>
    <property name="allow_grow">yes</property>
    <property name="window-position">GTK_WIN_POS_NONE</property>

    <child internal-child="vbox">
      <widget class="GtkVBox" id="vbox1">
        <property name="homogeneous">no</property>
        <property name="spacing">8</property>
        <property name="visible">yes</property>

        <child internal-child="action_area">
          <widget class="GtkHButtonBox" id="hbuttonbox1">
            <property name="layout_style">GTK_BUTTONBOX_END</property>
            <property name="spacing">8</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkButton" id="button1">
                <property name="can_default">yes</property>
                <property name="can_focus">yes</property>
                <property name="visible">yes</property>
                <property name="label">gtk-ok</property>
                <property name="use_stock">yes</property>
                <property name="use_underline">yes</property>
              </widget>
            </child>

            <child>
              <widget class="GtkButton" id="button2">
                <property name="can_default">yes</property>
                <property name="can_focus">yes</property>
                <property name="visible">yes</property>
                <property name="label">gtk-apply</property>
                <property name="use_stock">yes</property>
                <property name="use_underline">yes</property>
              </widget>
            </child>

            <child>
              <widget class="GtkButton" id="button3">
                <property name="can_default">yes</property>
                <property name="can_focus">yes</property>
                <property name="visible">yes</property>
                <property name="label">gtk-close</property>
                <property name="use_stock">yes</property>
                <property name="use_underline">yes</property>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">no</property>
            <property name="fill">yes</property>
            <property name="pack_type">GTK_PACK_END</property>
          </packing>
        </child>

        <child>
          <widget class="GtkNotebook" id="toplevel-notebook">
            <property name="can_focus">yes</property>
            <property name="show_tabs">yes</property>
            <property name="show_border">yes</property>
            <property name="tab_pos">GTK_POS_TOP</property>
            <property name="scrollable">no</property>
            <property name="tab_hborder">2</property>
            <property name="tab_vborder">2</property>
            <property name="enable-popup">no</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkVBox" id="vbox10">
                <property name="border_width">4</property>
                <property name="homogeneous">no</property>
                <property name="spacing">6</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkFrame" id="frame12">
                    <property name="border_width">3</property>
                    <property name="label" translatable="yes">Time</property>
                    <property name="label_xalign">0</property>
                    <property name="shadow">GTK_SHADOW_ETCHED_IN</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkTable" id="table5">
                        <property name="border_width">4</property>
                        <property name="homogeneous">no</property>
                        <property name="row_spacing">4</property>
                        <property name="column_spacing">4</property>
                        <property name="n-rows">2</property>
                        <property name="n-columns">3</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkLabel" id="label22">
                            <property name="label" translatable="yes">Time _zone:</property>
                            <property name="justify">GTK_JUSTIFY_CENTER</property>
                            <property name="wrap">no</property>
                            <property name="xalign">0</property>
                            <property name="yalign">0.5</property>
                            <property name="xpad">0</property>
                            <property name="ypad">0</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>
                          </widget>
                          <packing>
                            <property name="left_attach">0</property>
                            <property name="right_attach">1</property>
                            <property name="top_attach">0</property>
                            <property name="bottom_attach">1</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">fill</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkLabel" id="label20">
                            <property name="label" translatable="yes">Time format:</property>
                            <property name="justify">GTK_JUSTIFY_CENTER</property>
                            <property name="wrap">no</property>
                            <property name="xalign">0</property>
                            <property name="yalign">0.5</property>
                            <property name="xpad">0</property>
                            <property name="ypad">0</property>
                            <property name="visible">yes</property>
                          </widget>
                          <packing>
                            <property name="left_attach">0</property>
                            <property name="right_attach">1</property>
                            <property name="top_attach">1</property>
                            <property name="bottom_attach">2</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">fill</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkHBox" id="hbox10">
                            <property name="homogeneous">yes</property>
                            <property name="spacing">4</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkAlignment" id="alignment2">
                                <property name="xalign">0</property>
                                <property name="yalign">0.5</property>
                                <property name="xscale">3.35276e-08</property>
                                <property name="yscale">1</property>
                                <property name="visible">yes</property>

                                <child>
                                  <widget class="GtkRadioButton" id="use_12_hour">
                                    <property name="can_focus">yes</property>
                                    <property name="label" translatable="yes">_12 hour (AM/PM)</property>
                                    <property name="active">no</property>
                                    <property name="draw_indicator">yes</property>
                                    <property name="visible">yes</property>
                                    <property name="use_underline">yes</property>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">yes</property>
                                <property name="fill">yes</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkRadioButton" id="use_24_hour">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">_24 hour</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="group">use_12_hour</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">yes</property>
                                <property name="fill">yes</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">2</property>
                            <property name="top_attach">1</property>
                            <property name="bottom_attach">2</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">fill</property>
                            <property name="y_options">fill</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="Custom" id="timezone">
                            <property name="creation_function">make_timezone_entry</property>
                            <property name="int1">0</property>
                            <property name="int2">0</property>
                            <property name="last_modification_time">Wed, 20 Jun 2001 02:22:46 GMT</property>
                            <property name="visible">yes</property>
                          </widget>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">3</property>
                            <property name="top_attach">0</property>
                            <property name="bottom_attach">1</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">fill</property>
                            <property name="y_options">fill</property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">yes</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkFrame" id="frame9">
                    <property name="border_width">3</property>
                    <property name="label" translatable="yes">Work Week</property>
                    <property name="label_xalign">0</property>
                    <property name="shadow">GTK_SHADOW_ETCHED_IN</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkTable" id="table8">
                        <property name="border_width">4</property>
                        <property name="homogeneous">no</property>
                        <property name="row_spacing">4</property>
                        <property name="column_spacing">4</property>
                        <property name="n-rows">3</property>
                        <property name="n-columns">4</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkLabel" id="label33">
                            <property name="label" translatable="yes">_Day begins:</property>
                            <property name="justify">GTK_JUSTIFY_CENTER</property>
                            <property name="wrap">no</property>
                            <property name="xalign">0</property>
                            <property name="yalign">0.5</property>
                            <property name="xpad">0</property>
                            <property name="ypad">0</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>
                          </widget>
                          <packing>
                            <property name="left_attach">0</property>
                            <property name="right_attach">1</property>
                            <property name="top_attach">2</property>
                            <property name="bottom_attach">3</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">fill</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkHBox" id="hbox18">
                            <property name="homogeneous">no</property>
                            <property name="spacing">3</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="Custom" id="start_of_day">
                                <property name="creation_function">cal_prefs_dialog_create_time_edit</property>
                                <property name="int1">0</property>
                                <property name="int2">0</property>
                                <property name="last_modification_time">Thu, 30 May 2002 19:26:53 GMT</property>
                                <property name="visible">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkLabel" id="label34">
                                <property name="label" translatable="yes">Day _ends:</property>
                                <property name="justify">GTK_JUSTIFY_RIGHT</property>
                                <property name="wrap">no</property>
                                <property name="xalign">1</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">yes</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="Custom" id="end_of_day">
                                <property name="creation_function">cal_prefs_dialog_create_time_edit</property>
                                <property name="int1">0</property>
                                <property name="int2">0</property>
                                <property name="last_modification_time">Thu, 30 May 2002 19:27:35 GMT</property>
                                <property name="visible">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">4</property>
                            <property name="top_attach">2</property>
                            <property name="bottom_attach">3</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">fill</property>
                            <property name="y_options">fill</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkHBox" id="hbox17">
                            <property name="homogeneous">no</property>
                            <property name="spacing">6</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkCheckButton" id="mon_button">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">_Mon</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkCheckButton" id="tue_button">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">_Tue</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkCheckButton" id="wed_button">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">_Wed</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkCheckButton" id="thu_button">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">T_hu</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkCheckButton" id="fri_button">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">_Fri</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkCheckButton" id="sat_button">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">_Sat</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">yes</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkCheckButton" id="sun_button">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">S_un</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">4</property>
                            <property name="top_attach">1</property>
                            <property name="bottom_attach">2</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">expand|fill</property>
                            <property name="y_options">fill</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkAlignment" id="alignment3">
                            <property name="xalign">7.45058e-09</property>
                            <property name="yalign">0.5</property>
                            <property name="xscale">0</property>
                            <property name="yscale">1</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkOptionMenu" id="first_day_of_week">
                                <property name="can_focus">yes</property>
                                <property name="history">0</property>
                                <property name="visible">yes</property>

                                <child internal-child="menu">
                                  <widget class="GtkMenu" id="convertwidget1">
                                    <property name="visible">yes</property>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget2">
                                        <property name="label" translatable="yes">Monday</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget3">
                                        <property name="label" translatable="yes">Tuesday</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget4">
                                        <property name="label" translatable="yes">Wednesday</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget5">
                                        <property name="label" translatable="yes">Thursday</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget6">
                                        <property name="label" translatable="yes">Friday</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget7">
                                        <property name="label" translatable="yes">Saturday</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget8">
                                        <property name="label" translatable="yes">Sunday</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                            </child>
                          </widget>
                          <packing>
                            <property name="left_attach">1</property>
                            <property name="right_attach">2</property>
                            <property name="top_attach">0</property>
                            <property name="bottom_attach">1</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">fill</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkLabel" id="label32">
                            <property name="label" translatable="yes">W_eek starts:</property>
                            <property name="justify">GTK_JUSTIFY_CENTER</property>
                            <property name="wrap">no</property>
                            <property name="xalign">0</property>
                            <property name="yalign">0.5</property>
                            <property name="xpad">0</property>
                            <property name="ypad">0</property>
                            <property name="mnemonic_widget">first_day_of_week</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>
                          </widget>
                          <packing>
                            <property name="left_attach">0</property>
                            <property name="right_attach">1</property>
                            <property name="top_attach">0</property>
                            <property name="bottom_attach">1</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">fill</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkLabel" id="label31">
                            <property name="label" translatable="yes">Work days:</property>
                            <property name="justify">GTK_JUSTIFY_CENTER</property>
                            <property name="wrap">no</property>
                            <property name="xalign">0</property>
                            <property name="yalign">0.5</property>
                            <property name="xpad">0</property>
                            <property name="ypad">0</property>
                            <property name="visible">yes</property>
                          </widget>
                          <packing>
                            <property name="left_attach">0</property>
                            <property name="right_attach">1</property>
                            <property name="top_attach">1</property>
                            <property name="bottom_attach">2</property>
                            <property name="x_padding">0</property>
                            <property name="y_padding">0</property>
                            <property name="x_options">fill</property>
                            <property name="y_options"></property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">yes</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkFrame" id="frame14">
                    <property name="border_width">3</property>
                    <property name="label" translatable="yes">Alerts</property>
                    <property name="label_xalign">0</property>
                    <property name="shadow">GTK_SHADOW_ETCHED_IN</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkVBox" id="vbox13">
                        <property name="homogeneous">no</property>
                        <property name="spacing">0</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkCheckButton" id="confirm-delete">
                            <property name="border_width">3</property>
                            <property name="can_focus">yes</property>
                            <property name="label" translatable="yes">_Ask for confirmation when deleting items</property>
                            <property name="active">no</property>
                            <property name="draw_indicator">yes</property>
                            <property name="visible">yes</property>
                            <property name="use_underline">yes</property>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkHBox" id="hbox19">
                            <property name="border_width">3</property>
                            <property name="homogeneous">no</property>
                            <property name="spacing">3</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkCheckButton" id="default-reminder">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">Sh_ow a reminder</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkSpinButton" id="default-reminder-interval">
                                <property name="can_focus">yes</property>
                                <property name="climb_rate">1</property>
                                <property name="digits">0</property>
                                <property name="numeric">no</property>
                                <property name="update_policy">GTK_UPDATE_ALWAYS</property>
                                <property name="wrap">no</property>
                                <property name="snap_to_ticks">no</property>
                                <property name="visible">yes</property>
                                <property name="adjustment">0 0 9999 1 10 10</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkAlignment" id="alignment4">
                                <property name="xalign">7.45058e-09</property>
                                <property name="yalign">0.5</property>
                                <property name="xscale">0</property>
                                <property name="yscale">0</property>
                                <property name="visible">yes</property>

                                <child>
                                  <widget class="GtkOptionMenu" id="default-reminder-units">
                                    <property name="can_focus">yes</property>
                                    <property name="history">0</property>
                                    <property name="visible">yes</property>

                                    <child internal-child="menu">
                                      <widget class="GtkMenu" id="convertwidget9">
                                        <property name="visible">yes</property>

                                        <child>
                                          <widget class="GtkMenuItem" id="convertwidget10">
                                            <property name="label" translatable="yes">Minutes</property>
                                            <property name="visible">yes</property>
                                          </widget>
                                        </child>

                                        <child>
                                          <widget class="GtkMenuItem" id="convertwidget11">
                                            <property name="label" translatable="yes">Hours</property>
                                            <property name="visible">yes</property>
                                          </widget>
                                        </child>

                                        <child>
                                          <widget class="GtkMenuItem" id="convertwidget12">
                                            <property name="label" translatable="yes">Days</property>
                                            <property name="visible">yes</property>
                                          </widget>
                                        </child>
                                      </widget>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">yes</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkLabel" id="label35">
                                <property name="label" translatable="yes">before every appointment</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0.5</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="visible">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>
              </widget>
            </child>

            <child>
              <widget class="GtkLabel" id="label21">
                <property name="label" translatable="yes">_General</property>
                <property name="justify">GTK_JUSTIFY_CENTER</property>
                <property name="wrap">no</property>
                <property name="xalign">0.5</property>
                <property name="yalign">0.5</property>
                <property name="xpad">0</property>
                <property name="ypad">0</property>
                <property name="visible">yes</property>
                <property name="use_underline">yes</property>
              </widget>
              <packing>
                <property name="type">tab</property>
              </packing>
            </child>

            <child>
              <widget class="GtkVBox" id="vbox8">
                <property name="border_width">4</property>
                <property name="homogeneous">no</property>
                <property name="spacing">6</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkHBox" id="hbox12">
                    <property name="homogeneous">no</property>
                    <property name="spacing">4</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkLabel" id="label25">
                        <property name="label" translatable="yes">_Time divisions:</property>
                        <property name="justify">GTK_JUSTIFY_CENTER</property>
                        <property name="wrap">no</property>
                        <property name="xalign">0.5</property>
                        <property name="yalign">0.5</property>
                        <property name="xpad">0</property>
                        <property name="ypad">0</property>
                        <property name="mnemonic_widget">time_divisions</property>
                        <property name="visible">yes</property>
                        <property name="use_underline">yes</property>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>

                    <child>
                      <widget class="GtkOptionMenu" id="time_divisions">
                        <property name="can_focus">yes</property>
                        <property name="history">0</property>
                        <property name="visible">yes</property>

                        <child internal-child="menu">
                          <widget class="GtkMenu" id="convertwidget13">
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkMenuItem" id="convertwidget14">
                                <property name="label" translatable="yes">60 minutes</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>

                            <child>
                              <widget class="GtkMenuItem" id="convertwidget15">
                                <property name="label" translatable="yes">30 minutes</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>

                            <child>
                              <widget class="GtkMenuItem" id="convertwidget16">
                                <property name="label" translatable="yes">15 minutes</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>

                            <child>
                              <widget class="GtkMenuItem" id="convertwidget17">
                                <property name="label" translatable="yes">10 minutes</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>

                            <child>
                              <widget class="GtkMenuItem" id="convertwidget18">
                                <property name="label" translatable="yes">05 minutes</property>
                                <property name="visible">yes</property>
                              </widget>
                            </child>
                          </widget>
                        </child>
                      </widget>
                      <packing>
                        <property name="padding">0</property>
                        <property name="expand">no</property>
                        <property name="fill">no</property>
                      </packing>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkCheckButton" id="show_end_times">
                    <property name="can_focus">yes</property>
                    <property name="label" translatable="yes">_Show appointment end times in week and month views</property>
                    <property name="active">no</property>
                    <property name="draw_indicator">yes</property>
                    <property name="visible">yes</property>
                    <property name="use_underline">yes</property>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkCheckButton" id="compress_weekend">
                    <property name="can_focus">yes</property>
                    <property name="label" translatable="yes">_Compress weekends in month view</property>
                    <property name="active">no</property>
                    <property name="draw_indicator">yes</property>
                    <property name="visible">yes</property>
                    <property name="use_underline">yes</property>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkCheckButton" id="dnav_show_week_no">
                    <property name="can_focus">yes</property>
                    <property name="label" translatable="yes">Show week _numbers in date navigator</property>
                    <property name="active">no</property>
                    <property name="draw_indicator">yes</property>
                    <property name="visible">yes</property>
                    <property name="use_underline">yes</property>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkFrame" id="frame13">
                    <property name="label" translatable="yes">Task List</property>
                    <property name="label_xalign">0</property>
                    <property name="shadow">GTK_SHADOW_ETCHED_IN</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkVBox" id="vbox12">
                        <property name="border_width">4</property>
                        <property name="homogeneous">no</property>
                        <property name="spacing">3</property>
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkTable" id="table7">
                            <property name="homogeneous">no</property>
                            <property name="row_spacing">4</property>
                            <property name="column_spacing">4</property>
                            <property name="n-rows">2</property>
                            <property name="n-columns">2</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkLabel" id="label28">
                                <property name="label" translatable="yes">T_asks due today:</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="mnemonic_widget">tasks_due_today_color</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="left_attach">0</property>
                                <property name="right_attach">1</property>
                                <property name="top_attach">0</property>
                                <property name="bottom_attach">1</property>
                                <property name="x_padding">0</property>
                                <property name="y_padding">0</property>
                                <property name="x_options">fill</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkLabel" id="label29">
                                <property name="label" translatable="yes">_Overdue tasks:</property>
                                <property name="justify">GTK_JUSTIFY_CENTER</property>
                                <property name="wrap">no</property>
                                <property name="xalign">0</property>
                                <property name="yalign">0.5</property>
                                <property name="xpad">0</property>
                                <property name="ypad">0</property>
                                <property name="mnemonic_widget">tasks_overdue_color</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="left_attach">0</property>
                                <property name="right_attach">1</property>
                                <property name="top_attach">1</property>
                                <property name="bottom_attach">2</property>
                                <property name="x_padding">0</property>
                                <property name="y_padding">0</property>
                                <property name="x_options">fill</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GnomeColorPicker" id="tasks_overdue_color">
                                <property name="can_focus">yes</property>
                                <property name="dither">yes</property>
                                <property name="use_alpha">no</property>
                                <property name="title" translatable="yes">Color for overdue tasks</property>
                                <property name="visible">yes</property>
                              </widget>
                              <packing>
                                <property name="left_attach">1</property>
                                <property name="right_attach">2</property>
                                <property name="top_attach">1</property>
                                <property name="bottom_attach">2</property>
                                <property name="x_padding">0</property>
                                <property name="y_padding">0</property>
                                <property name="x_options">fill</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GnomeColorPicker" id="tasks_due_today_color">
                                <property name="can_focus">yes</property>
                                <property name="dither">yes</property>
                                <property name="use_alpha">no</property>
                                <property name="title" translatable="yes">Color for tasks due today</property>
                                <property name="visible">yes</property>
                              </widget>
                              <packing>
                                <property name="left_attach">1</property>
                                <property name="right_attach">2</property>
                                <property name="top_attach">0</property>
                                <property name="bottom_attach">1</property>
                                <property name="x_padding">0</property>
                                <property name="y_padding">0</property>
                                <property name="x_options">fill</property>
                                <property name="y_options"></property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>

                        <child>
                          <widget class="GtkHBox" id="hbox15">
                            <property name="homogeneous">no</property>
                            <property name="spacing">4</property>
                            <property name="visible">yes</property>

                            <child>
                              <widget class="GtkCheckButton" id="tasks-hide-completed-checkbutton">
                                <property name="can_focus">yes</property>
                                <property name="label" translatable="yes">_Hide completed tasks after</property>
                                <property name="active">no</property>
                                <property name="draw_indicator">yes</property>
                                <property name="visible">yes</property>
                                <property name="use_underline">yes</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkSpinButton" id="tasks-hide-completed-spinbutton">
                                <property name="can_focus">yes</property>
                                <property name="climb_rate">1</property>
                                <property name="digits">0</property>
                                <property name="numeric">no</property>
                                <property name="update_policy">GTK_UPDATE_ALWAYS</property>
                                <property name="wrap">no</property>
                                <property name="snap_to_ticks">no</property>
                                <property name="visible">yes</property>
                                <property name="adjustment">1 0 9999 1 10 10</property>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">yes</property>
                              </packing>
                            </child>

                            <child>
                              <widget class="GtkOptionMenu" id="tasks-hide-completed-optionmenu">
                                <property name="can_focus">yes</property>
                                <property name="history">0</property>
                                <property name="visible">yes</property>

                                <child internal-child="menu">
                                  <widget class="GtkMenu" id="convertwidget19">
                                    <property name="visible">yes</property>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget20">
                                        <property name="label" translatable="yes">Minutes</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget21">
                                        <property name="label" translatable="yes">Hours</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>

                                    <child>
                                      <widget class="GtkMenuItem" id="convertwidget22">
                                        <property name="label" translatable="yes">Days</property>
                                        <property name="visible">yes</property>
                                      </widget>
                                    </child>
                                  </widget>
                                </child>
                              </widget>
                              <packing>
                                <property name="padding">0</property>
                                <property name="expand">no</property>
                                <property name="fill">no</property>
                              </packing>
                            </child>
                          </widget>
                          <packing>
                            <property name="padding">0</property>
                            <property name="expand">no</property>
                            <property name="fill">no</property>
                          </packing>
                        </child>
                      </widget>
                    </child>
                  </widget>
                  <packing>
                    <property name="padding">0</property>
                    <property name="expand">no</property>
                    <property name="fill">no</property>
                  </packing>
                </child>
              </widget>
            </child>

            <child>
              <widget class="GtkLabel" id="label7">
                <property name="label" translatable="yes">_Display</property>
                <property name="justify">GTK_JUSTIFY_CENTER</property>
                <property name="wrap">no</property>
                <property name="xalign">0.5</property>
                <property name="yalign">0.5</property>
                <property name="xpad">0</property>
                <property name="ypad">0</property>
                <property name="visible">yes</property>
                <property name="use_underline">yes</property>
              </widget>
              <packing>
                <property name="type">tab</property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">yes</property>
            <property name="fill">yes</property>
          </packing>
        </child>
      </widget>
      <packing>
        <property name="padding">4</property>
        <property name="expand">yes</property>
        <property name="fill">yes</property>
      </packing>
    </child>
  </widget>
</glade-interface>