aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-13 21:42:35 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-13 21:42:35 +0800
commit4c1f563a18177e4f8cd7c2f308ef1f7b50e662be (patch)
treea5bcad164e3710ec7653db6e3dc27b83fd07ba43 /shell/ChangeLog
parent23ff4e713bb247cb093e469ea53c61d1950035dc (diff)
downloadgsoc2013-evolution-4c1f563a18177e4f8cd7c2f308ef1f7b50e662be.tar
gsoc2013-evolution-4c1f563a18177e4f8cd7c2f308ef1f7b50e662be.tar.gz
gsoc2013-evolution-4c1f563a18177e4f8cd7c2f308ef1f7b50e662be.tar.bz2
gsoc2013-evolution-4c1f563a18177e4f8cd7c2f308ef1f7b50e662be.tar.lz
gsoc2013-evolution-4c1f563a18177e4f8cd7c2f308ef1f7b50e662be.tar.xz
gsoc2013-evolution-4c1f563a18177e4f8cd7c2f308ef1f7b50e662be.tar.zst
gsoc2013-evolution-4c1f563a18177e4f8cd7c2f308ef1f7b50e662be.zip
(ensure_menu_items): Reverse
the list so we get the items in the same order they were given to us [since we are using g_slist_prepend() to build the list]. svn path=/trunk/; revision=23326
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ab4a918af3..a3930814b4 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2003-11-13 Ettore Perazzoli <ettore@ximian.com>
+ * e-user-creatable-items-handler.c (ensure_menu_items): Reverse
+ the list so we get the items in the same order they were given to
+ us [since we are using g_slist_prepend() to build the list].
+
+2003-11-13 Ettore Perazzoli <ettore@ximian.com>
+
* Evolution-Component.idl (GNOME.Evolution.Component.UnknownType):
New exception.