aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-08-01 04:54:48 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-08-01 04:54:48 +0800
commite8d6f8c723401c5251fff6192872fecbca8aaa7c (patch)
tree4c42d43f801fd76978322b325bd760a2dba5ab9d /shell/ChangeLog
parentec3f54257d3d3ddcd22779547f543ba9a9716f89 (diff)
downloadgsoc2013-evolution-e8d6f8c723401c5251fff6192872fecbca8aaa7c.tar
gsoc2013-evolution-e8d6f8c723401c5251fff6192872fecbca8aaa7c.tar.gz
gsoc2013-evolution-e8d6f8c723401c5251fff6192872fecbca8aaa7c.tar.bz2
gsoc2013-evolution-e8d6f8c723401c5251fff6192872fecbca8aaa7c.tar.lz
gsoc2013-evolution-e8d6f8c723401c5251fff6192872fecbca8aaa7c.tar.xz
gsoc2013-evolution-e8d6f8c723401c5251fff6192872fecbca8aaa7c.tar.zst
gsoc2013-evolution-e8d6f8c723401c5251fff6192872fecbca8aaa7c.zip
(ensure_menu_items):
Don't sort the menu_items here. (create_menu_xml): Instead, sort here, and only sort the non-default section of the menu. (get_default_action_for_view): Just get the first item that is default; since we don't sort anymore, this works. (find_menu_item_for_verb): Removed since it is not used anymore. svn path=/trunk/; revision=17659
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 81133e81e3..fa1a36bfcb 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,15 @@
2002-07-31 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-user-creatable-items-handler.c (ensure_menu_items):
+ Don't sort the menu_items here.
+ (create_menu_xml): Instead, sort here, and only sort the
+ non-default section of the menu.
+ (get_default_action_for_view): Just get the first item that is
+ default; since we don't sort anymore, this works.
+ (find_menu_item_for_verb): Removed since it is not used anymore.
+
+2002-07-31 Ettore Perazzoli <ettore@ximian.com>
+
* evolution-test-component.c (register_component): Pass NULL for
@folder_type to
evolution_shell_component_add_user_creatable_item().