diff options
author | JP Rosevear <jpr@novell.com> | 2004-06-25 05:02:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-06-25 05:02:09 +0800 |
commit | 348fd04aee155d7f90d3e0c3115db83be57a2b98 (patch) | |
tree | 27e14467e0d2aaa95b70530dc5cb7050c721eeb5 /calendar/gui/dialogs/alarm-options.h | |
parent | 4633426c1b666ee82f6a5e663952d3370a5b572b (diff) | |
download | gsoc2013-evolution-348fd04aee155d7f90d3e0c3115db83be57a2b98.tar gsoc2013-evolution-348fd04aee155d7f90d3e0c3115db83be57a2b98.tar.gz gsoc2013-evolution-348fd04aee155d7f90d3e0c3115db83be57a2b98.tar.bz2 gsoc2013-evolution-348fd04aee155d7f90d3e0c3115db83be57a2b98.tar.lz gsoc2013-evolution-348fd04aee155d7f90d3e0c3115db83be57a2b98.tar.xz gsoc2013-evolution-348fd04aee155d7f90d3e0c3115db83be57a2b98.tar.zst gsoc2013-evolution-348fd04aee155d7f90d3e0c3115db83be57a2b98.zip |
store all the custom alarms (alarm_custom_clicked_cb): emit changed signal
2004-06-24 JP Rosevear <jpr@novell.com>
* gui/dialogs/event-page.c (event_page_fill_component): store all
the custom alarms
(alarm_custom_clicked_cb): emit changed signal if necessary
* gui/dialogs/alarm-list-dialog.c (alarm_list_dialog_run): return
true/false based on button pushed
* gui/dialogs/alarm-dialog.c: move repeat options and per alarm
type options here
* gui/dialogs/alarm-dialog.glade: ditto
* gui/dialogs/Makefile.am: remove alarm options dialog
svn path=/trunk/; revision=26500
Diffstat (limited to 'calendar/gui/dialogs/alarm-options.h')
-rw-r--r-- | calendar/gui/dialogs/alarm-options.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/calendar/gui/dialogs/alarm-options.h b/calendar/gui/dialogs/alarm-options.h deleted file mode 100644 index 9811edf253..0000000000 --- a/calendar/gui/dialogs/alarm-options.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Evolution calendar - Alarm options dialog - * - * Copyright (C) 2001 Ximian, Inc. - * - * Authors: Federico Mena-Quintero <federico@ximian.com> - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. - */ - -#ifndef ALARM_OPTIONS_H -#define ALARM_OPTIONS_H - -#include <libecal/e-cal-component.h> - -gboolean alarm_options_dialog_run (GtkWidget *parent, ECalComponentAlarm *alarm, const char *email, gboolean repeat); - -#endif |