diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-30 05:33:46 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-30 05:33:46 +0800 |
commit | 119759ca6d331bb8d527b0e271aac7023cc8726f (patch) | |
tree | f00df5672e5a296c5d8015e9d6749b3ee0c928eb /e-util/ChangeLog | |
parent | 389f77ff440114e8c7731a2a8ac61f9998271184 (diff) | |
download | gsoc2013-evolution-119759ca6d331bb8d527b0e271aac7023cc8726f.tar.gz gsoc2013-evolution-119759ca6d331bb8d527b0e271aac7023cc8726f.tar.zst gsoc2013-evolution-119759ca6d331bb8d527b0e271aac7023cc8726f.zip |
[ for bug #41211 ]
2003-04-24 Chris Toshok <toshok@ximian.com>
[ for bug #41211 ]
* e-gui-utils.h (e_button_new_with_stock_icon): add prototype.
* e-gui-utils.c (e_button_new_with_stock_icon): new function,
allow us to create a custom labeled button with a stock icon.
svn path=/trunk/; revision=21022
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 d66bca35bf..47fb77a0f7 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,12 @@ +2003-04-24 Chris Toshok <toshok@ximian.com> + + [ for bug #41211 ] + + * e-gui-utils.h (e_button_new_with_stock_icon): add prototype. + + * e-gui-utils.c (e_button_new_with_stock_icon): new function, + allow us to create a custom labeled button with a stock icon. + 2003-04-28 Jeffrey Stedfast <fejj@ximian.com> * e-host-utils.c: Added #include <netinet/in.h> for the |