diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-11-19 00:30:14 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-11-19 00:30:14 +0800 |
commit | b47685534d7e5738d712962334537bb329831b9e (patch) | |
tree | 89715be728f4c19046dc0fd638cdaf84a195f27a /calendar/ChangeLog | |
parent | 9163c12f19f54c0a6a24afd8b46e30112809567d (diff) | |
download | gsoc2013-evolution-b47685534d7e5738d712962334537bb329831b9e.tar.gz gsoc2013-evolution-b47685534d7e5738d712962334537bb329831b9e.tar.zst gsoc2013-evolution-b47685534d7e5738d712962334537bb329831b9e.zip |
added 'sensitive' argument. (fill_popup_menu_cb): disable/enable menu
2003-11-18 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-component.c (add_popup_menu_item): added 'sensitive'
argument.
(fill_popup_menu_cb): disable/enable menu items depending on whether
there is a selection or not.
* gui/tasks-component.c (add_popup_menu_item, fill_popup_menu_cb):
ditto.
svn path=/trunk/; revision=23416
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 30927820b1..cf41b539b6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2003-11-18 Rodrigo Moya <rodrigo@ximian.com> + + * gui/calendar-component.c (add_popup_menu_item): added 'sensitive' + argument. + (fill_popup_menu_cb): disable/enable menu items depending on whether + there is a selection or not. + + * gui/tasks-component.c (add_popup_menu_item, fill_popup_menu_cb): + ditto. + 2003-11-17 JP Rosevear <jpr@ximian.com> * Cleanup some ref/unref calls |