From eb52ee5a862b132e6c0655cd44b5887d64ead3ca Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 3 Jul 2001 04:48:06 +0000 Subject: New files with the alarm options dialog; this configures the 2001-07-02 Federico Mena Quintero * 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 --- calendar/gui/dialogs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/dialogs/Makefile.am') diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 3069c97a46..7d8e37497f 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -20,6 +20,8 @@ INCLUDES = \ noinst_LIBRARIES = libcal-dialogs.a libcal_dialogs_a_SOURCES = \ + alarm-options.c \ + alarm-options.h \ alarm-page.c \ alarm-page.h \ cal-prefs-dialog.c \ @@ -58,6 +60,7 @@ libcal_dialogs_a_SOURCES = \ task-page.h glade_DATA = \ + alarm-options.glade \ alarm-page.glade \ cal-prefs-dialog.glade \ e-timezone-dialog.glade \ -- cgit v1.2.3