diff options
author | JP Rosevear <jpr@novell.com> | 2004-11-26 22:57:49 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-11-26 22:57:49 +0800 |
commit | 43cbcd8b63c9f876d78daf14883134080b4cc937 (patch) | |
tree | 5f51230c0c8519f09ddd8622b38ef6434fe1268d /e-util/ChangeLog | |
parent | e77cfd7e4008635870949d708133a848294dd6fd (diff) | |
download | gsoc2013-evolution-43cbcd8b63c9f876d78daf14883134080b4cc937.tar.gz gsoc2013-evolution-43cbcd8b63c9f876d78daf14883134080b4cc937.tar.zst gsoc2013-evolution-43cbcd8b63c9f876d78daf14883134080b4cc937.zip |
get the image directly from the icon factory
2004-11-26 JP Rosevear <jpr@novell.com>
* e-gui-utils.c (e_create_image_widget): get the image directly
from the icon factory
* e-config.c: insert debug defines so we can
turn spew on and off
* e-event.c: insert debug defines so we can turn spew on and off
* e-menu.c: insert debug defines so we can turn spew on and off
* e-plugin.c: insert debug defines and set to off for now
* e-popup.c: insert debug defines so we can turn spew on and off
(e_popup_create_menu): get the image directly from the icon
factory
svn path=/trunk/; revision=27997
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index f10860327b..d910e8d838 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,23 @@ 2004-11-26 JP Rosevear <jpr@novell.com> + * e-gui-utils.c (e_create_image_widget): get the image directly + from the icon factory + + * e-config.c: insert debug defines so we can + turn spew on and off + + * e-event.c: insert debug defines so we can turn spew on and off + + * e-menu.c: insert debug defines so we can turn spew on and off + + * e-plugin.c: insert debug defines and set to off for now + + * e-popup.c: insert debug defines so we can turn spew on and off + (e_popup_create_menu): get the image directly from the icon + factory + +2004-11-26 JP Rosevear <jpr@novell.com> + * e-icon-factory.h: add proto * e-icon-factory.c (e_icon_factory_init): cast to kill warning |