diff options
author | Milan Crha <mcrha@redhat.com> | 2009-05-15 02:04:35 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-05-15 02:06:29 +0800 |
commit | 6c1805443f69bc65e05e323ff60ceeb0ae702800 (patch) | |
tree | b0ed7d0a2e28ff33a44507e3e4f30ac361d54349 | |
parent | 68af3e6898a57080490f860c5076d91a57f6407e (diff) | |
download | gsoc2013-evolution-6c1805443f69bc65e05e323ff60ceeb0ae702800.tar.gz gsoc2013-evolution-6c1805443f69bc65e05e323ff60ceeb0ae702800.tar.zst gsoc2013-evolution-6c1805443f69bc65e05e323ff60ceeb0ae702800.zip |
Bug 582626 - Remove forgotten widgets from a glade file
-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> |