diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-07 09:26:37 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-07 09:26:37 +0800 |
commit | ae9328eb0f38498f9856899fb9bb778d3911a705 (patch) | |
tree | de5307fe85021f0c53eead6c4b08c4ac5ce4e8e1 /e-util/ChangeLog | |
parent | 55a94e210c77963dd47da64d9ed46b6c63825f6e (diff) | |
download | gsoc2013-evolution-ae9328eb0f38498f9856899fb9bb778d3911a705.tar gsoc2013-evolution-ae9328eb0f38498f9856899fb9bb778d3911a705.tar.gz gsoc2013-evolution-ae9328eb0f38498f9856899fb9bb778d3911a705.tar.bz2 gsoc2013-evolution-ae9328eb0f38498f9856899fb9bb778d3911a705.tar.lz gsoc2013-evolution-ae9328eb0f38498f9856899fb9bb778d3911a705.tar.xz gsoc2013-evolution-ae9328eb0f38498f9856899fb9bb778d3911a705.tar.zst gsoc2013-evolution-ae9328eb0f38498f9856899fb9bb778d3911a705.zip |
only take one mask parameter, and implement EPopupItem->enable to do what
2004-10-06 Not Zed <NotZed@Ximian.com>
* e-popup.c (e_popup_create_menu): only take one mask parameter,
and implement EPopupItem->enable to do what the other mask did.
(ep_activate): if this is a toggle or radiobutton, set the active
state on the item->type.
(e_popup_create_menu): if a menu image starts with gtk-, then
assume it is a gtk stock image instead.
svn path=/trunk/; revision=27485
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index e003553d5a..e4165eba04 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,12 @@ +2004-10-06 Not Zed <NotZed@Ximian.com> + + * e-popup.c (e_popup_create_menu): only take one mask parameter, + and implement EPopupItem->enable to do what the other mask did. + (ep_activate): if this is a toggle or radiobutton, set the active + state on the item->type. + (e_popup_create_menu): if a menu image starts with gtk-, then + assume it is a gtk stock image instead. + 2004-08-27 Not Zed <NotZed@Ximian.com> * e-passwords.c (e_passwords_ask_password): return cancelled if |