From 26df339fb8b1548eb9ff5fd7ea6988a7a6658921 Mon Sep 17 00:00:00 2001 From: Matt Bissiri Date: Wed, 4 Oct 2000 06:30:31 +0000 Subject: ui/evolution-addressbook-ldap.xml, ui/evolution-addressbook.xml, 2000-10-03 Matt Bissiri * ui/evolution-addressbook-ldap.xml, * ui/evolution-addressbook.xml, * ui/evolution-calendar.xml, * ui/evolution-contact-editor.xml: Fixed typo `_decr' -> `_descr', so some missing tooltips will appear. Also fixed some typos in descr values. From shell/ChangeLog: 2000-10-03 Matt Bissiri * e-shell-view-menu.c (e_shell_view_menu_setup): Use `bonobo_ui_component_add_verb_list' instead of `bonobo_ui_component_add_verb_list_with_data' for help_verbs, so that `command_help' gets an html filename as user_data, instead of a ptr to EShellView. (menu_do_misc): Move DumpXML from help_verbs to here, because `command_xml_dump' needs to get EShellView as user_data. svn path=/trunk/; revision=5703 --- ChangeLog | 9 +++++++++ shell/ChangeLog | 10 ++++++++++ shell/e-shell-view-menu.c | 8 +++++--- ui/evolution-addressbook-ldap.xml | 2 +- ui/evolution-addressbook.xml | 2 +- ui/evolution-calendar.xml | 4 ++-- ui/evolution-contact-editor.xml | 8 ++++---- 7 files changed, 32 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8cf731902d..885af9eac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-10-03 Matt Bissiri + + * ui/evolution-addressbook-ldap.xml, + * ui/evolution-addressbook.xml, + * ui/evolution-calendar.xml, + * ui/evolution-contact-editor.xml: + Fixed typo `_decr' -> `_descr', so some missing tooltips will appear. + Also fixed some typos in descr values. + 2000-09-29 Peter Williams * ui/Makefile.am (XML_FILES): Install the new evolution-subscribe.xml diff --git a/shell/ChangeLog b/shell/ChangeLog index 6ad17fa0fb..d986283db5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -2,6 +2,16 @@ * e-shell-view.c (setup_progress_bar): remove evil usize set. +2000-10-03 Matt Bissiri + + * e-shell-view-menu.c (e_shell_view_menu_setup): Use + `bonobo_ui_component_add_verb_list' instead of + `bonobo_ui_component_add_verb_list_with_data' for help_verbs, + so that `command_help' gets an html filename as user_data, + instead of a ptr to EShellView. + (menu_do_misc): Move DumpXML from help_verbs to here, because + `command_xml_dump' needs to get EShellView as user_data. + 2000-10-02 Ettore Perazzoli * e-shortcuts-view.c (show_new_group_dialog): Destroy the dialog diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 2779cc94f7..6d6d55b7c7 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -415,7 +415,6 @@ BonoboUIVerb help_verbs [] = { BONOBO_UI_VERB_DATA ("HelpUsingMail", command_help, "usage-mail.html"), BONOBO_UI_VERB_DATA ("HelpUsingCalendar", command_help, "usage-calendar.html"), BONOBO_UI_VERB_DATA ("HelpUsingContact", command_help, "usage-contact.html"), - BONOBO_UI_VERB ("DumpXML", command_xml_dump), BONOBO_UI_VERB_END }; @@ -436,6 +435,9 @@ menu_do_misc (BonoboUIComponent *component, bonobo_ui_component_add_verb ( component, "HelpAbout", (BonoboUIVerbFn) command_about_box, shell_view); + bonobo_ui_component_add_verb ( + component, "DumpXML", + (BonoboUIVerbFn) command_xml_dump, shell_view); } @@ -461,8 +463,8 @@ e_shell_view_menu_setup (EShellView *shell_view) bonobo_ui_component_add_verb_list_with_data ( component, new_verbs, shell_view); - bonobo_ui_component_add_verb_list_with_data ( - component, help_verbs, shell_view); + bonobo_ui_component_add_verb_list ( + component, help_verbs); menu_do_misc (component, shell_view); diff --git a/ui/evolution-addressbook-ldap.xml b/ui/evolution-addressbook-ldap.xml index 02fb384d30..870981ef70 100644 --- a/ui/evolution-addressbook-ldap.xml +++ b/ui/evolution-addressbook-ldap.xml @@ -49,7 +49,7 @@ diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 192817a0b3..65407378c4 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -38,7 +38,7 @@ diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 00ccc79d84..1c83b6a196 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -48,7 +48,7 @@ @@ -74,7 +74,7 @@ diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index 351f94e1e4..06a1acf484 100644 --- a/ui/evolution-contact-editor.xml +++ b/ui/evolution-contact-editor.xml @@ -213,22 +213,22 @@ static GnomeUIInfo main_menu[] = {