diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-29 17:47:11 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-29 17:47:11 +0800 |
commit | 8093ffc805f49cc117c3a38cc36643ddc7e2ab1a (patch) | |
tree | 5fa602b9c2247361d19cd66051a962b6ba4bf777 /addressbook/ChangeLog | |
parent | 859c2cb692ebc3a7e851884c6d22c29b5240c918 (diff) | |
download | gsoc2013-evolution-8093ffc805f49cc117c3a38cc36643ddc7e2ab1a.tar gsoc2013-evolution-8093ffc805f49cc117c3a38cc36643ddc7e2ab1a.tar.gz gsoc2013-evolution-8093ffc805f49cc117c3a38cc36643ddc7e2ab1a.tar.bz2 gsoc2013-evolution-8093ffc805f49cc117c3a38cc36643ddc7e2ab1a.tar.lz gsoc2013-evolution-8093ffc805f49cc117c3a38cc36643ddc7e2ab1a.tar.xz gsoc2013-evolution-8093ffc805f49cc117c3a38cc36643ddc7e2ab1a.tar.zst gsoc2013-evolution-8093ffc805f49cc117c3a38cc36643ddc7e2ab1a.zip |
add EVOLUTION_IMAGESDIR define.
2001-06-29 Chris Toshok <toshok@ximian.com>
* gui/widgets/Makefile.am (INCLUDES): add EVOLUTION_IMAGESDIR
define.
* gui/widgets/e-minicard.h (struct _EMinicard): add our pixbuf and
pixbuf size.
* gui/widgets/e-minicard.c (e_minicard_init): init the icon pixbuf
and its size.
(e_minicard_destroy): unref the list_icon_pixbuf.
(e_minicard_realize): create the list_icon GnomeCanvasPixbuf.
(e_minicard_resize_children): clip the header_text by the
list_icon, and place the list_icon in the right spot.
(remodel): show the list_icon if we're a list, and hide it
otherwise.
svn path=/trunk/; revision=10596
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2d6c6b89b9..54ee8d1736 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,20 @@ +2001-06-29 Chris Toshok <toshok@ximian.com> + + * gui/widgets/Makefile.am (INCLUDES): add EVOLUTION_IMAGESDIR + define. + + * gui/widgets/e-minicard.h (struct _EMinicard): add our pixbuf and + pixbuf size. + + * gui/widgets/e-minicard.c (e_minicard_init): init the icon pixbuf + and its size. + (e_minicard_destroy): unref the list_icon_pixbuf. + (e_minicard_realize): create the list_icon GnomeCanvasPixbuf. + (e_minicard_resize_children): clip the header_text by the + list_icon, and place the list_icon in the right spot. + (remodel): show the list_icon if we're a list, and hide it + otherwise. + 2001-06-28 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-view.c (table_double_click): pop up |