aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-09 06:34:59 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-09 06:34:59 +0800
commit578e668365ac32c5ceda83b30a596c0f72286dc9 (patch)
treebe02929be9bebdb2a165616cd93a19d2dd92cb4d /shell/ChangeLog
parent32e9ba1991802f83ea577774c881f9cd6eb6c20e (diff)
downloadgsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.gz
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.bz2
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.lz
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.xz
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.zst
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.zip
Images are now in $(datadir)/evolution/images instead of
* Makefile.am: Images are now in $(datadir)/evolution/images instead of $(datadir)/images/evolution. * e-folder-list.c (e_folder_list_class_init): Remove "EFolderList::" prefix from the properties. svn path=/trunk/; revision=19292
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index c854132d67..7fea99e757 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,13 @@
2003-01-08 Ettore Perazzoli <ettore@ximian.com>
+ * Makefile.am: Images are now in $(datadir)/evolution/images
+ instead of $(datadir)/images/evolution.
+
+ * e-folder-list.c (e_folder_list_class_init): Remove
+ "EFolderList::" prefix from the properties.
+
+2003-01-08 Ettore Perazzoli <ettore@ximian.com>
+
* Makefile.am (evolution_LDFLAGS): -export-dynamic so custom
widgets in libglade work.