diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-07-02 05:47:10 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-07-02 05:47:10 +0800 |
commit | ee0d3c326ba3825b4c12a15d20d5c5692df2f629 (patch) | |
tree | 109fab2f96092e022453be67076d4eacb030759c /calendar/ChangeLog | |
parent | 474aa8509f50da67a8084daf43320bd3b7146344 (diff) | |
download | gsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.tar.gz gsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.tar.zst gsoc2013-evolution-ee0d3c326ba3825b4c12a15d20d5c5692df2f629.zip |
Fixes #45524
2003-07-01 Rodrigo Moya <rodrigo@ximian.com>
Fixes #45524
* gui/calendar-commands.c: use stock icons where approppriate.
* gui/tasks-control.c: removed EPixmaps structure, since we only use
stock icons now.
(tasks_control_activate): no need to call e_pixmaps_update.
svn path=/trunk/; revision=21715
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index bbb4425a1e..2dde0122ed 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2003-07-01 Rodrigo Moya <rodrigo@ximian.com> + + Fixes #45524 + + * gui/calendar-commands.c: use stock icons where approppriate. + + * gui/tasks-control.c: removed EPixmaps structure, since we only use + stock icons now. + (tasks_control_activate): no need to call e_pixmaps_update. + 2003-07-01 Bolian Yin <bolian.yin@sun.com> Fixes #45274 |