diff options
author | Milan Crha <mcrha@redhat.com> | 2009-05-15 02:04:35 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-21 09:58:47 +0800 |
commit | bf16cd18b646b018a005b9d1d5b72deaeede8d27 (patch) | |
tree | 22141fad6bd1e6551490131a1809376e66ca74f1 /calendar | |
parent | fea524b5292d45a5d02cbfa04bd809cb478fbbcd (diff) | |
download | gsoc2013-evolution-bf16cd18b646b018a005b9d1d5b72deaeede8d27.tar.gz gsoc2013-evolution-bf16cd18b646b018a005b9d1d5b72deaeede8d27.tar.zst gsoc2013-evolution-bf16cd18b646b018a005b9d1d5b72deaeede8d27.zip |
Bug 582626 - Remove forgotten widgets from a glade file
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.glade | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade b/calendar/gui/dialogs/cal-prefs-dialog.glade index 87e69d74c5..9f2617db04 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.glade +++ b/calendar/gui/dialogs/cal-prefs-dialog.glade @@ -114,24 +114,6 @@ </packing> </child> <child> - <widget class="GtkCheckButton" id="daylight_cb"> - <property name="label" translatable="yes">Adjust for daylight sa_ving time</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="draw_indicator">True</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_options">GTK_FILL</property> - <property name="y_options"></property> - </packing> - </child> - <child> <widget class="GtkHBox" id="hbox4"> <property name="visible">True</property> <property name="spacing">6</property> @@ -177,24 +159,6 @@ </packing> </child> <child> - <widget class="GtkCheckButton" id="daylight_cb1"> - <property name="label" translatable="yes">Adjust for daylight sa_ving time</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_underline">True</property> - <property name="draw_indicator">True</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="x_options">GTK_FILL</property> - <property name="y_options"></property> - </packing> - </child> - <child> <widget class="Custom" id="timezone"> <property name="visible">True</property> <property name="creation_function">make_timezone_entry</property> |