diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-01-02 22:12:41 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-01-02 22:12:41 +0800 |
commit | 710bcfd46c28b15161217cba4593079b1831a2d0 (patch) | |
tree | f2ecc8d2a0cf4a8cc0a45a4e16a1f6eb7651d200 /calendar/ChangeLog | |
parent | f3b7471200e807b19d8542694e9bc3eaaa17d824 (diff) | |
download | gsoc2013-evolution-710bcfd46c28b15161217cba4593079b1831a2d0.tar gsoc2013-evolution-710bcfd46c28b15161217cba4593079b1831a2d0.tar.gz gsoc2013-evolution-710bcfd46c28b15161217cba4593079b1831a2d0.tar.bz2 gsoc2013-evolution-710bcfd46c28b15161217cba4593079b1831a2d0.tar.lz gsoc2013-evolution-710bcfd46c28b15161217cba4593079b1831a2d0.tar.xz gsoc2013-evolution-710bcfd46c28b15161217cba4593079b1831a2d0.tar.zst gsoc2013-evolution-710bcfd46c28b15161217cba4593079b1831a2d0.zip |
** Fix for bug #325414
2006-01-02 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #325414
* gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added null
check for the string before creating the tooltips and stopped showing
it.
* gui/e-day-view.c: (e_day_view_on_editing_stopped):
* gui/e-week-view.c: (e_week_view_on_editing_stopped): Added code to
hide tooltips window when start/stop hiding
svn path=/trunk/; revision=31027
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cd80a0bf4c..c58243c61d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2006-01-02 Srinivasa Ragavan <sragavan@novell.com> + + ** Fix for bug #325414 + + * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added null + check for the string before creating the tooltips and stopped showing + it. + * gui/e-day-view.c: (e_day_view_on_editing_stopped): + * gui/e-week-view.c: (e_week_view_on_editing_stopped): Added code to + hide tooltips window when start/stop hiding + 2006-01-02 Harish Krishnaswamy <kharish@novell.com> reviewed by: Chenthill Palanisamy <pchenthill@novell.com> |