diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-21 05:28:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-21 05:28:00 +0800 |
commit | 9e052c1a099088a616396e7f7ffac41f1de8fadb (patch) | |
tree | 5a451893fd7d91ce98532f2a7f5c8ae283fe7c18 /calendar/ChangeLog | |
parent | 1c3a50109e1936f3693d00486eab1957fe025b12 (diff) | |
download | gsoc2013-evolution-9e052c1a099088a616396e7f7ffac41f1de8fadb.tar.gz gsoc2013-evolution-9e052c1a099088a616396e7f7ffac41f1de8fadb.tar.zst gsoc2013-evolution-9e052c1a099088a616396e7f7ffac41f1de8fadb.zip |
Pass the @component_pixmaps in so we give the new "Meeting" button an
* gui/dialogs/event-editor.c (event_editor_init): Pass the
@component_pixmaps in so we give the new "Meeting" button an icon.
* gui/dialogs/comp-editor.c (comp_editor_merge_ui): New arg
@component_pixmaps to pass in custom pixmaps.
svn path=/trunk/; revision=16955
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 88c68f538d..30bc41613c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2002-05-20 Ettore Perazzoli <ettore@ximian.com> + + * gui/dialogs/event-editor.c (event_editor_init): Pass the + @component_pixmaps in so we give the new "Meeting" button an icon. + + * gui/dialogs/comp-editor.c (comp_editor_merge_ui): New arg + @component_pixmaps to pass in custom pixmaps. + 2002-05-20 Rodrigo Moya <rodrigo@ximian.com> * gui/alarm-notify/alarm-notify.c: |