diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-01-17 05:14:02 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-01-17 05:14:02 +0800 |
commit | ceb821417779737ccf0107eb5b1f49bb61811c5c (patch) | |
tree | 5a61e314343ba4e7fce208bd766cc1f439484ac6 /calendar/gui/dialogs/recurrence-page.h | |
parent | 2224fbc74549fc0e10100dad00a70167f5dec698 (diff) | |
download | gsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.tar.gz gsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.tar.zst gsoc2013-evolution-ceb821417779737ccf0107eb5b1f49bb61811c5c.zip |
Implement EAlarmList as CalComponentAlarm list with a GtkTreeModel
2003-01-16 Hans Petter Jansson <hpj@ximian.com>
* gui/e-alarm-list.[ch]: Implement EAlarmList as CalComponentAlarm
list with a GtkTreeModel interface.
* gui/Makefile.am: Add e-alarm-list.[ch].
* gui/dialogs/alarm-page.[ch]: Use GtkTreeView with the new
EAlarmList as model for the alarm list. Update copyright.
* gui/dialogs/recurrence-page.[ch]: Update copyright.
(free_exception_date_time): Removed.
(fill_exception_widgets): Kill a lingering clist operation.
svn path=/trunk/; revision=19499
Diffstat (limited to 'calendar/gui/dialogs/recurrence-page.h')
-rw-r--r-- | calendar/gui/dialogs/recurrence-page.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/recurrence-page.h b/calendar/gui/dialogs/recurrence-page.h index 319d4b1b1a..7a10eff069 100644 --- a/calendar/gui/dialogs/recurrence-page.h +++ b/calendar/gui/dialogs/recurrence-page.h @@ -1,11 +1,12 @@ /* Evolution calendar - Recurrence page of the calendar component dialogs * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2001-2003 Ximian, Inc. * * Authors: Federico Mena-Quintero <federico@ximian.com> * Miguel de Icaza <miguel@ximian.com> * Seth Alves <alves@hungry.com> * JP Rosevear <jpr@ximian.com> + * Hans Petter Jansson <hpj@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 |