diff options
author | JP Rosevear <jpr@ximian.com> | 2002-02-09 01:33:14 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-02-09 01:33:14 +0800 |
commit | 180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042 (patch) | |
tree | 74771a844d17e3aaa032ebb3212f49b91da793e1 /calendar/ChangeLog | |
parent | 1c663ab61d4ee59c5dabd403793cf989cd857f61 (diff) | |
download | gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.gz gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.bz2 gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.lz gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.xz gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.tar.zst gsoc2013-evolution-180d4e4ed0aaffc07bb9082dbcf754d5dd6aa042.zip |
add a custom widget created with e_url_button_new
2002-02-08 JP Rosevear <jpr@ximian.com>
* gui/dialogs/task-details-page.glade: add a custom widget created
with e_url_button_new
* gui/dialogs/task-details-page.c (task_details_page_init): init
url_button member to NULL
(init_widgets): set the url button entry
(get_widgets): get the url button
* gui/calendar-commands.c (pixmaps): use new all day event icon
svn path=/trunk/; revision=15610
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 fa741e5894..d087f746bf 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2002-02-08 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/task-details-page.glade: add a custom widget created + with e_url_button_new + + * gui/dialogs/task-details-page.c (task_details_page_init): init + url_button member to NULL + (init_widgets): set the url button entry + (get_widgets): get the url button + + * gui/calendar-commands.c (pixmaps): use new all day event icon + 2002-02-07 JP Rosevear <jpr@ximian.com> * gui/e-day-view.c: pass meeting boolean for |