diff options
author | JP Rosevear <jpr@ximian.com> | 2004-03-24 05:51:43 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-03-24 05:51:43 +0800 |
commit | 6f309e984bbfd7b5376dd38637a55dd46d307c92 (patch) | |
tree | 8ad076c83aa48544a5fb2d51d4ba4311c04b2d36 /calendar/ChangeLog | |
parent | e8e4e125f60b84c012ed2b1379329f73d1bb388d (diff) | |
download | gsoc2013-evolution-6f309e984bbfd7b5376dd38637a55dd46d307c92.tar gsoc2013-evolution-6f309e984bbfd7b5376dd38637a55dd46d307c92.tar.gz gsoc2013-evolution-6f309e984bbfd7b5376dd38637a55dd46d307c92.tar.bz2 gsoc2013-evolution-6f309e984bbfd7b5376dd38637a55dd46d307c92.tar.lz gsoc2013-evolution-6f309e984bbfd7b5376dd38637a55dd46d307c92.tar.xz gsoc2013-evolution-6f309e984bbfd7b5376dd38637a55dd46d307c92.tar.zst gsoc2013-evolution-6f309e984bbfd7b5376dd38637a55dd46d307c92.zip |
Fixes #51948
2004-03-23 JP Rosevear <jpr@ximian.com>
Fixes #51948
* gui/dialogs/meeting-page.c (button_press_event): compile this
again, determine the row with a different method
(button_press_event): pass mpage
(meeting_page_construct): listen for button press event
* gui/e-meeting-list-view.c: remove commit that wasn't supposed to
go in
svn path=/trunk/; revision=25167
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a0e198094c..ea422277b8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 2004-03-23 JP Rosevear <jpr@ximian.com> + Fixes #51948 + + * gui/dialogs/meeting-page.c (button_press_event): compile this + again, determine the row with a different method + (button_press_event): pass mpage + (meeting_page_construct): listen for button press event + + * gui/e-meeting-list-view.c: remove commit that wasn't supposed to + go in + +2004-03-23 JP Rosevear <jpr@ximian.com> + * gui/e-calendar-view.c: make the flow control correct 2004-03-23 JP Rosevear <jpr@ximian.com> |