diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-11-03 08:42:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-11-03 08:42:21 +0800 |
commit | 18fedea069a759788ccce9207ba8dcc3543ef944 (patch) | |
tree | ad97078b314c73a5784a989a8a621c00091adcc9 /art | |
parent | e735e8fa8965d907fe91467482e0fb5d00364bc2 (diff) | |
download | gsoc2013-evolution-18fedea069a759788ccce9207ba8dcc3543ef944.tar.gz gsoc2013-evolution-18fedea069a759788ccce9207ba8dcc3543ef944.tar.zst gsoc2013-evolution-18fedea069a759788ccce9207ba8dcc3543ef944.zip |
Fix for #14281 (missing icons in the druids).
svn path=/trunk/; revision=14576
Diffstat (limited to 'art')
-rw-r--r-- | art/ChangeLog | 6 | ||||
-rw-r--r-- | art/Makefile.am | 15 |
2 files changed, 20 insertions, 1 deletions
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 <ettore@ximian.com> + + * Makefile.am (gladedir): New. + (glade_DATA): Pixmap files required to be installed by the glade + files. + 2001-10-31 Ettore Perazzoli <ettore@ximian.com> * 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 = \ |