aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/alarm-page.glade
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-07-03 12:48:06 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-07-03 12:48:06 +0800
commiteb52ee5a862b132e6c0655cd44b5887d64ead3ca (patch)
treea2ff41b231aaa8c630e0df8c37e34fe8cde15d1c /calendar/gui/dialogs/alarm-page.glade
parent5847ef85662adc9158efa2780ff251b572a63dc1 (diff)
downloadgsoc2013-evolution-eb52ee5a862b132e6c0655cd44b5887d64ead3ca.tar
gsoc2013-evolution-eb52ee5a862b132e6c0655cd44b5887d64ead3ca.tar.gz
gsoc2013-evolution-eb52ee5a862b132e6c0655cd44b5887d64ead3ca.tar.bz2
gsoc2013-evolution-eb52ee5a862b132e6c0655cd44b5887d64ead3ca.tar.lz
gsoc2013-evolution-eb52ee5a862b132e6c0655cd44b5887d64ead3ca.tar.xz
gsoc2013-evolution-eb52ee5a862b132e6c0655cd44b5887d64ead3ca.tar.zst
gsoc2013-evolution-eb52ee5a862b132e6c0655cd44b5887d64ead3ca.zip
New files with the alarm options dialog; this configures the
2001-07-02 Federico Mena Quintero <federico@ximian.com> * gui/dialogs/alarm-options.[ch]: New files with the alarm options dialog; this configures the repeat/duration properties and the options specific to each alarm action type. * gui/dialogs/alarm-page.c (AlarmPagePrivate): Added the alarm options button. Also, keep an alarm structure which we are editing and an alarm options dialog. (init_widgets): Connect to the options button. (add_clicked_cb): Clone the component we are editing instead of creating a new one so that we preserve the data from the alarm options dialog. (button_options_clicked_cb): Pop up the alarm options dialog. * cal-util/cal-component.c (cal_component_alarm_new): Doh, initialize the other fields in the new alarm. svn path=/trunk/; revision=10731
Diffstat (limited to 'calendar/gui/dialogs/alarm-page.glade')
-rw-r--r--calendar/gui/dialogs/alarm-page.glade7
1 files changed, 5 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/alarm-page.glade b/calendar/gui/dialogs/alarm-page.glade
index 80db7edc76..0e4009009a 100644
--- a/calendar/gui/dialogs/alarm-page.glade
+++ b/calendar/gui/dialogs/alarm-page.glade
@@ -280,9 +280,10 @@ end of appointment
<widget>
<class>GtkButton</class>
- <name>button9</name>
+ <name>button-options</name>
<can_focus>True</can_focus>
- <label>Settings...</label>
+ <label>Options...</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
<child>
<padding>0</padding>
<expand>False</expand>
@@ -361,6 +362,7 @@ end of appointment
<can_default>True</can_default>
<can_focus>True</can_focus>
<label>Add</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
</widget>
<widget>
@@ -369,6 +371,7 @@ end of appointment
<can_default>True</can_default>
<can_focus>True</can_focus>
<label>Delete</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
</widget>
</widget>
</widget>