diff options
author | Dan Winship <danw@src.gnome.org> | 2004-06-03 23:01:33 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-06-03 23:01:33 +0800 |
commit | b5d819b96d0cea2b8b76a1e231c0608899b21857 (patch) | |
tree | 4824e01cca7483cbde87756ebdaa0ee057c93d27 /e-util/ChangeLog | |
parent | 15d9e2645c17141ccfb33c59c0ad741962bd7843 (diff) | |
download | gsoc2013-evolution-b5d819b96d0cea2b8b76a1e231c0608899b21857.tar.gz gsoc2013-evolution-b5d819b96d0cea2b8b76a1e231c0608899b21857.tar.zst gsoc2013-evolution-b5d819b96d0cea2b8b76a1e231c0608899b21857.zip |
If the icon_name is an abolute path, just load it.
* e-icon-factory.c (load_icon): If the icon_name is an abolute
path, just load it.
(e_icon_factory_get_icon): Update the docs to reflect that
svn path=/trunk/; revision=26168
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 33fe654c81..c79a9f5294 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2004-06-03 Dan Winship <danw@novell.com> + + * e-icon-factory.c (load_icon): If the icon_name is an abolute + path, just load it. + (e_icon_factory_get_icon): Update the docs to reflect that + 2004-06-01 Not Zed <NotZed@Ximian.com> * e-fsutils.c (e_fsutils_avail): use statvfs if available. Should |