From 18fedea069a759788ccce9207ba8dcc3543ef944 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 3 Nov 2001 00:42:21 +0000 Subject: Fix for #14281 (missing icons in the druids). svn path=/trunk/; revision=14576 --- art/ChangeLog | 6 ++++++ art/Makefile.am | 15 ++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'art') diff --git a/art/ChangeLog b/art/ChangeLog index 7d856a7992..0c088bbbe6 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,9 @@ +2001-11-01 Ettore Perazzoli + + * Makefile.am (gladedir): New. + (glade_DATA): Pixmap files required to be installed by the glade + files. + 2001-10-31 Ettore Perazzoli * Makefile.am: Install `evolution.png', not `evolution-icon.png'. diff --git a/art/Makefile.am b/art/Makefile.am index ccb77e5d83..74918f4f59 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -169,7 +169,20 @@ buttons_DATA = \ send-24.png \ weekview.xpm \ workweekview.xpm \ - yearview.xpm + yearview.xpm + +gladedir = $(datadir)/evolution/glade +glade_DATA = \ + evolution.png \ + import.png \ + mail-config-druid-account-name.png \ + mail-config-druid-identity.png \ + mail-config-druid.png \ + mail-config-druid-receive.png \ + mail-config-druid-send.png \ + meeting_widget.png \ + thankyou.png \ + timezone-48.png conduitsdir = $(datadir)/images/evolution/conduits conduits_DATA = \ -- cgit