diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 17:38:39 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 17:38:39 +0800 |
commit | 493aec8284d11bb5722278bb5aa289e4fd053bbb (patch) | |
tree | d5bc556e310edb95abaaf25b91b0d0b2c61a96b1 | |
parent | 609a0591014db0f10e981388962c328a3f2f935d (diff) | |
download | gsoc2013-evolution-493aec8284d11bb5722278bb5aa289e4fd053bbb.tar.gz gsoc2013-evolution-493aec8284d11bb5722278bb5aa289e4fd053bbb.tar.zst gsoc2013-evolution-493aec8284d11bb5722278bb5aa289e4fd053bbb.zip |
fixes #259505
svn path=/trunk/; revision=31160
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ab71efc7b0..9260eeeee5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2006-01-14 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #259505 + * gui/gnome-cal.c: + (gnome_calendar_on_date_navigator_selection_changed): Check + the previous selection before setting the view. + 2006-01-13 Chenthill Palanisamy <pchenthill@novell.com> Fixes #271810 |