aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-10-15 02:18:28 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-10-15 02:18:28 +0800
commitb394895eb670571fb5b235b45f8b0546f087c1c8 (patch)
tree00c3f39ca3c99500c41386246b119a1e18107f1f /shell
parent6ac35c0e50d43858eef8f7ffba2b9b996db9f636 (diff)
downloadgsoc2013-evolution-b394895eb670571fb5b235b45f8b0546f087c1c8.tar
gsoc2013-evolution-b394895eb670571fb5b235b45f8b0546f087c1c8.tar.gz
gsoc2013-evolution-b394895eb670571fb5b235b45f8b0546f087c1c8.tar.bz2
gsoc2013-evolution-b394895eb670571fb5b235b45f8b0546f087c1c8.tar.lz
gsoc2013-evolution-b394895eb670571fb5b235b45f8b0546f087c1c8.tar.xz
gsoc2013-evolution-b394895eb670571fb5b235b45f8b0546f087c1c8.tar.zst
gsoc2013-evolution-b394895eb670571fb5b235b45f8b0546f087c1c8.zip
if we are in LDAP mode then merge in the extra few items, otherwise just
2000-10-14 Michael Meeks <michael@helixcode.com> * gui/component/addressbook.c (control_activate): if we are in LDAP mode then merge in the extra few items, otherwise just merge the standard thing; saves duplication. * shell/e-shell-view-menu.c: rename debug verb. svn path=/trunk/; revision=5920
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-view-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index 8d943fadd0..e551e8ce3f 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -435,7 +435,7 @@ menu_do_misc (BonoboUIComponent *component,
component, "HelpAbout",
(BonoboUIVerbFn) command_about_box, shell_view);
bonobo_ui_component_add_verb (
- component, "DumpXML",
+ component, "DebugDumpXml",
(BonoboUIVerbFn) command_xml_dump, shell_view);
}