diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-22 03:50:41 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-22 03:50:41 +0800 |
commit | 489f84ce267ba513c56e37952fd4c2cbc16180f2 (patch) | |
tree | 21f97a2cf69f2632c5ec2fc02122d4ed5e8c2ded /calendar/ChangeLog | |
parent | 940383d6760233b3c265abcfbc843ed6e036e845 (diff) | |
download | gsoc2013-evolution-489f84ce267ba513c56e37952fd4c2cbc16180f2.tar.gz gsoc2013-evolution-489f84ce267ba513c56e37952fd4c2cbc16180f2.tar.zst gsoc2013-evolution-489f84ce267ba513c56e37952fd4c2cbc16180f2.zip |
Move the tooltip if it could hide in the corner.
svn path=/trunk/; revision=31860
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 2e801c8e97..848ade1860 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,16 @@ 2006-04-22 Srinivasa Ragavan <sragavan@novell.com> + ** Fixes bug #326434 + + * gui/e-calendar-view.c: (e_calendar_view_move_tip), + (e_calendar_view_get_tooltips): Added New function to move tooltip + with respect to screen size. + * gui/e-day-view.c: (e_day_view_on_text_item_event): move the tooltip + * gui/e-week-view.c: (tooltip_event_cb), + (e_week_view_on_text_item_event): Move the tooltip + +2006-04-22 Srinivasa Ragavan <sragavan@novell.com> + Rewrite of Alarm daemon with EThread to make it thread safe. It also fixes a lot of random crashes. |