diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 19:02:32 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 19:02:32 +0800 |
commit | 8a35fece1b96e7b3d3938a2e9bfe7467908fbf42 (patch) | |
tree | 92e81e3699e6cc2f20af543e02fc966a449ae32a /calendar/ChangeLog | |
parent | f4f4f94e728d3973f7d780ca9390795c31e07578 (diff) | |
download | gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.gz gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.bz2 gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.lz gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.xz gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.zst gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.zip |
fixes #213660
svn path=/trunk/; revision=31167
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 336a58d8a5..a4bd318540 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,4 +1,15 @@ -2005-12-20 Chenthill Palanisamy <pchenthill@novell.com> +2005-01-13 Johnny Jacob <johnnyjacob@gmail.com> + + Fixes #213660 + * gui/dialogs/alarm-dialog.c (check_custom_sound): + Save the directory path in gconf. + (action_selection_done_cb) : Read from gconf and set + the default path for the file entry. + * gui/dialogs/calendar-config.ch (calendar_config_set_dir): Added. + save the path in gconf. + (calendar_config_get_dir_path): Added. Retrive the path from gconf. + +2005-01-13 Chenthill Palanisamy <pchenthill@novell.com> Fixes #320101 * gui/e-select-names-editable.c: |