diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-30 09:37:52 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-30 09:37:52 +0800 |
commit | cf4dbf9ee3790b9cf5e146594fa851757cd89881 (patch) | |
tree | a7b5fc1a3a17c61e7f3e49e3cdf218c5cb8f9819 /widgets/misc/e-dateedit.h | |
parent | 46dee516710185ab5fb881a02580c66f3e82181c (diff) | |
download | gsoc2013-evolution-cf4dbf9ee3790b9cf5e146594fa851757cd89881.tar.gz gsoc2013-evolution-cf4dbf9ee3790b9cf5e146594fa851757cd89881.tar.zst gsoc2013-evolution-cf4dbf9ee3790b9cf5e146594fa851757cd89881.zip |
ref the ECalendarItem and check if it gets destroyed, to try to avoid a
2001-10-29 Damon Chaplin <damon@ximian.com>
* e-calendar-item.c (e_calendar_item_signal_emission_idle_cb): ref
the ECalendarItem and check if it gets destroyed, to try to avoid a
free memory write.
* e-dateedit.c (e_date_edit_set_time_of_day): allow setting the time
to empty by passing hour as -1.
svn path=/trunk/; revision=14394
Diffstat (limited to 'widgets/misc/e-dateedit.h')
-rw-r--r-- | widgets/misc/e-dateedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-dateedit.h b/widgets/misc/e-dateedit.h index 68529fa563..49ea443235 100644 --- a/widgets/misc/e-dateedit.h +++ b/widgets/misc/e-dateedit.h @@ -114,6 +114,7 @@ void e_date_edit_set_date (EDateEdit *dedit, gboolean e_date_edit_get_time_of_day (EDateEdit *dedit, gint *hour, gint *minute); +/* Set the time. Pass -1 as hour to set to empty. */ void e_date_edit_set_time_of_day (EDateEdit *dedit, gint hour, gint minute); |