diff options
author | Johnny Jacob <johnnyjacob@gmail.com> | 2006-01-06 14:29:07 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-06 14:29:07 +0800 |
commit | d19b3fc1a3a365e905ca21bde57021d7e1088657 (patch) | |
tree | dc7a58e81bdf5b3c7e240246d5e73c232cc34d9c /calendar/ChangeLog | |
parent | 45f61d28a9a2db2fa4ff55f2d9565ef3903d101b (diff) | |
download | gsoc2013-evolution-d19b3fc1a3a365e905ca21bde57021d7e1088657.tar.gz gsoc2013-evolution-d19b3fc1a3a365e905ca21bde57021d7e1088657.tar.zst gsoc2013-evolution-d19b3fc1a3a365e905ca21bde57021d7e1088657.zip |
Reviewed/Committed by Harish <kharish@novell.com> : Fixed warnings.
2006-01-06 Johnny Jacob <johnnyjacob@gmail.com>
Reviewed/Committed by Harish <kharish@novell.com>
* gui/dialog/event-page.c: (set_all_day), (sensitize_widgets)
(time_sel_changed), (update_end_time_selector), (hour_minute_changed),
(event_page_set_all_day_event), (alarm_changed_cb), (init_widgets) :
Fixed warnings.
svn path=/trunk/; revision=31072
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a0aae32c6e..642520100b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2006-01-06 Johnny Jacob <johnnyjacob@gmail.com> + + * gui/dialog/event-page.c: (set_all_day), (sensitize_widgets) + (time_sel_changed), (update_end_time_selector), (hour_minute_changed), + (event_page_set_all_day_event), (alarm_changed_cb), (init_widgets) : + Fixed warnings. + 2005-01-06 Boby Wang <boby.wang@sun.com> * gui/e-day-view.c: (e_day_view_on_text_item_event): @@ -5,7 +12,7 @@ of the event selected. Now: Ctrl+Shift+Up(or Down) Before: Ctrl+Alt+Shift+Up(or Down) conflict with switching the workspace in Gnome Desktop. - + 2006-01-05 Johnny Jacob <johnnyjacob@gmail.com> * gui/dialogs/event-page.c (init_widgets): Set alarm-dialog as |