diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2006-03-06 23:59:00 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2006-03-06 23:59:00 +0800 |
commit | e2858021bfc1c70f9dbd70b6f5fea5b7882c0738 (patch) | |
tree | 2e4b6bcf9d75f1c2dcd688bf3934ee5e2f980a22 /art/Makefile.am | |
parent | 3e791ca690cd1f0c75a918715ecc196b665e25ea (diff) | |
download | gsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.tar.gz gsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.tar.zst gsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.zip |
**Fixes #321832 Pickup the right-icon for f/b. Define EVOLUTION_ICONSDIR
**Fixes #321832
* gui/dialogs/event-editor.c: Pickup the right-icon for f/b.
* gui/dialgos/Makefile.am: Define EVOLUTION_ICONSDIR to pickup f/b icon.
svn path=/trunk/; revision=31667
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 87bb7ded87..634ebf3d73 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -5,7 +5,8 @@ images_DATA = \ monkey-16.png \ offline.png \ online.png \ - world_map-960.png + world_map-960.png \ + query-free-busy.png install-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps |