diff options
author | Milan Crha <mcrha@redhat.com> | 2009-04-27 18:13:35 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-04-27 18:13:35 +0800 |
commit | d4def43e4d7fba2b8a123b7d11af8170b0f93a1b (patch) | |
tree | 547bd0d51fa3340737fdc2dcc5eb6afadb1b5376 /calendar/ChangeLog | |
parent | b29f1ed5e653974acf983f211901139d0f76cf12 (diff) | |
download | gsoc2013-evolution-d4def43e4d7fba2b8a123b7d11af8170b0f93a1b.tar.gz gsoc2013-evolution-d4def43e4d7fba2b8a123b7d11af8170b0f93a1b.tar.zst gsoc2013-evolution-d4def43e4d7fba2b8a123b7d11af8170b0f93a1b.zip |
Sanitize values from GConf before using them
** Fix for bug #491755
* gui/alarm-notify/config-data.c:
(config_data_set_last_notification_time),
(config_data_get_last_notification_time):
Sanitize values from GConf before using them.
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 793c4d71d8..feba01be00 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2009-04-27 Milan Crha <mcrha@redhat.com> + ** Fix for bug #491755 + + * gui/alarm-notify/config-data.c: + (config_data_set_last_notification_time), + (config_data_get_last_notification_time): + Sanitize values from GConf before using them. + +2009-04-27 Milan Crha <mcrha@redhat.com> + ** Fix for bug #575773 * gui/e-calendar-table.etspec: |