aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/Makefile.am
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-10-14 12:02:13 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-10-14 12:02:13 +0800
commita28d0468805da949037d3a64c0ebfda21be77a56 (patch)
tree2ee7e587172ab049d1b81dcd72bdf177d39f36f7 /calendar/gui/dialogs/Makefile.am
parent063f8d21af2564bf6c627d791a33e892c413eb7e (diff)
downloadgsoc2013-evolution-a28d0468805da949037d3a64c0ebfda21be77a56.tar
gsoc2013-evolution-a28d0468805da949037d3a64c0ebfda21be77a56.tar.gz
gsoc2013-evolution-a28d0468805da949037d3a64c0ebfda21be77a56.tar.bz2
gsoc2013-evolution-a28d0468805da949037d3a64c0ebfda21be77a56.tar.lz
gsoc2013-evolution-a28d0468805da949037d3a64c0ebfda21be77a56.tar.xz
gsoc2013-evolution-a28d0468805da949037d3a64c0ebfda21be77a56.tar.zst
gsoc2013-evolution-a28d0468805da949037d3a64c0ebfda21be77a56.zip
call set_icon_from_comp. (set_icon_from_comp): set the window icon from
2001-10-13 Larry Ewing <lewing@ximian.com> * gui/dialogs/comp-editor.c (real_edit_comp): call set_icon_from_comp. (set_icon_from_comp): set the window icon from the comp. (make_icon_from_comp): get the icon path based on comp type. * gui/dialogs/Makefile.am (iconsdir): EVOLUTION_ICONSDIR bits. svn path=/trunk/; revision=13666
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r--calendar/gui/dialogs/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am
index c0c410a565..2784a36004 100644
--- a/calendar/gui/dialogs/Makefile.am
+++ b/calendar/gui/dialogs/Makefile.am
@@ -31,6 +31,7 @@ INCLUDES = \
$(EXTRA_GNOME_CFLAGS) \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
+ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
$(BONOBO_VFS_GNOME_CFLAGS) \
-DGNOMELOCALEDIR=\""$(localedir)"\"
@@ -80,6 +81,8 @@ libcal_dialogs_a_SOURCES = \
task-page.c \
task-page.h
+iconsdir = $(datadir)/images/evolution
+
gladedir = $(datadir)/evolution/glade
glade_DATA = \
alarm-options.glade \