diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-01-16 07:41:35 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-01-16 07:41:35 +0800 |
commit | 3ee4a2d5c5ce64a6f6ce3273cb1b9aa52c311ad5 (patch) | |
tree | 196a480e72939b94a299a6b2479d17d319238544 /calendar/ChangeLog | |
parent | df8a6bcc73435646ed6905b8bb3a1c2df5dee4b3 (diff) | |
download | gsoc2013-evolution-3ee4a2d5c5ce64a6f6ce3273cb1b9aa52c311ad5.tar.gz gsoc2013-evolution-3ee4a2d5c5ce64a6f6ce3273cb1b9aa52c311ad5.tar.zst gsoc2013-evolution-3ee4a2d5c5ce64a6f6ce3273cb1b9aa52c311ad5.zip |
Create accel groups for popup menus. Fixes crash.
2003-01-15 Hans Petter Jansson <hpj@ximian.com>
* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct):
Create accel groups for popup menus. Fixes crash.
* gui/e-date-time-list.[ch]: Implement EDateTimeList as
CalComponentDateTime list with a GtkTreeModel interface.
* gui/Makefile.am: Add e-date-time-list.[ch].
* gui/dialogs/recurrence-page.c: Use GtkTreeView with the new
EDateTimeList as model for the exception list.
svn path=/trunk/; revision=19490
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8ad5556c85..10917d46c1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2003-01-15 Hans Petter Jansson <hpj@ximian.com> + + * gui/e-meeting-time-sel.c (e_meeting_time_selector_construct): + Create accel groups for popup menus. Fixes crash. + + * gui/e-date-time-list.[ch]: Implement EDateTimeList as + CalComponentDateTime list with a GtkTreeModel interface. + + * gui/Makefile.am: Add e-date-time-list.[ch]. + + * gui/dialogs/recurrence-page.c: Use GtkTreeView with the new + EDateTimeList as model for the exception list. + 2003-01-15 Rodney Dawes <dobey@ximian.com> * gui/Makefile.am: Added libevolution_calendar_la_LDFLAGS, and |