diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-08-20 20:14:02 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-08-20 20:14:02 +0800 |
commit | 572cd35fe386340e6089721c36711d502db6889c (patch) | |
tree | b100461980f2068ac6552a61c6b9445277165efc /calendar/ChangeLog | |
parent | a61f069da98e89f6e9b3d0fffdc1daa7f8079379 (diff) | |
download | gsoc2013-evolution-572cd35fe386340e6089721c36711d502db6889c.tar gsoc2013-evolution-572cd35fe386340e6089721c36711d502db6889c.tar.gz gsoc2013-evolution-572cd35fe386340e6089721c36711d502db6889c.tar.bz2 gsoc2013-evolution-572cd35fe386340e6089721c36711d502db6889c.tar.lz gsoc2013-evolution-572cd35fe386340e6089721c36711d502db6889c.tar.xz gsoc2013-evolution-572cd35fe386340e6089721c36711d502db6889c.tar.zst gsoc2013-evolution-572cd35fe386340e6089721c36711d502db6889c.zip |
new function to set icons on the popup menu items.
2003-08-20 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-calendar-table.c (setup_popup_icons): new function to set icons
on the popup menu items.
(e_calendar_table_show_popup_menu): call setup_popup_icons.
svn path=/trunk/; revision=22311
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4fdba556e0..05cefcfbc4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,9 @@ 2003-08-20 Rodrigo Moya <rodrigo@ximian.com> + * gui/e-calendar-table.c (setup_popup_icons): new function to set icons + on the popup menu items. + (e_calendar_table_show_popup_menu): call setup_popup_icons. + * gui/e-cal-view.c (setup_popup_icons): set more icons for the popup menu. |