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/gui/widgets/Makefile.am | |
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/gui/widgets/Makefile.am')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 9619363732..8d86b99109 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -2,6 +2,7 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"e-minicard\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ + -DEVOLUTION_IMAGESDIR=\""$(datadir)"/images/evolution\" \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/backend/ebook \ -I$(top_srcdir)/addressbook/gui/contact-editor \ |