diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-20 05:44:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 05:44:37 +0800 |
commit | 24f5407f6974c1125adae6ae03277e6f47982b6a (patch) | |
tree | 786c1da632fe4c487f7a4277830ef6d40ef3606b /e-util/ChangeLog | |
parent | a9acbd0edfa6af2246ab03fb2855ae8ac8cf1b0e (diff) | |
download | gsoc2013-evolution-24f5407f6974c1125adae6ae03277e6f47982b6a.tar.gz gsoc2013-evolution-24f5407f6974c1125adae6ae03277e6f47982b6a.tar.zst gsoc2013-evolution-24f5407f6974c1125adae6ae03277e6f47982b6a.zip |
Add an enum for icon sizes (temporarily has absolute pixel sizes assigned
2004-04-19 Jeffrey Stedfast <fejj@ximian.com>
* e-icon-factory.h: Add an enum for icon sizes (temporarily has
absolute pixel sizes assigned to it until I commit
e-icon-factory.c changes - but only after all other code has been
updated to use the enums).
svn path=/trunk/; revision=25525
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index e4b3172e5a..dd154f1c62 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2004-04-19 Jeffrey Stedfast <fejj@ximian.com> + + * e-icon-factory.h: Add an enum for icon sizes (temporarily has + absolute pixel sizes assigned to it until I commit + e-icon-factory.c changes - but only after all other code has been + updated to use the enums). + 2004-04-16 Michael Terry <mike@mterry.name> * Makefile.am: Add e-icon-factory.[ch] |