From d218775fe404a4533636d972f9c5e18bffaa6309 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Mon, 26 Nov 2007 19:50:36 +0000 Subject: ** Fixes bug #497810 2007-11-26 Andre Klapper ** Fixes bug #497810 * ui/evolution.xml: * shell/e-shell-window-commands.c: add "Evolution FAQ" help menu item svn path=/trunk/; revision=34589 --- shell/ChangeLog | 7 +++++++ shell/e-shell-window-commands.c | 21 ++++++++++++--------- ui/ChangeLog | 7 +++++++ ui/evolution.xml | 7 ++++--- 4 files changed, 30 insertions(+), 12 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 403b50949c..e637930b59 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2007-11-26 Andre Klapper + + ** Fixes bug #497810 + + * e-shell-window-commands.c: + add "Evolution FAQ" help menu item + 2007-11-02 Damien Carbery ** Fixes bug #492058 diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 7700e86608..a3b50ac6d8 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -679,18 +679,20 @@ command_about (BonoboUIComponent *uih, NULL); } -#if 0 -/* Unused */ static void -command_help_faq (BonoboUIComponent *uih, +command_open_faq (BonoboUIComponent *uih, EShellWindow *window, - const char *path) + const char *path) { - /* FIXME Show when we have a faq */ - /* FIXME use the error */ - gnome_url_show ("http://gnome.org/projects/evolution/faq.shtml", NULL); -} -#endif + GError *error = NULL; + + gnome_url_show ("http://www.go-evolution.org/FAQ", &error); + if (error != NULL) { + e_notice (NULL, GTK_MESSAGE_ERROR, + _("Error opening the FAQ webpage.")); + g_error_free (error); + } + } static void command_quick_reference (BonoboUIComponent *uih, @@ -837,6 +839,7 @@ static BonoboUIVerb tools_verbs[] = { static BonoboUIVerb help_verbs [] = { BONOBO_UI_VERB ("QuickReference", (BonoboUIVerbFn) command_quick_reference), + BONOBO_UI_VERB ("HelpOpenFAQ", (BonoboUIVerbFn) command_open_faq), BONOBO_UI_VERB ("HelpSubmitBug", (BonoboUIVerbFn) command_submit_bug), BONOBO_UI_VERB ("HelpAbout", (BonoboUIVerbFn) command_about), diff --git a/ui/ChangeLog b/ui/ChangeLog index fdc9039416..d4b5a7669a 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2007-11-26 Andre Klapper + + ** Fixes bug #497810 + + * evolution.xml: + add "Evolution FAQ" help menu item + 2007-11-26 Nicholas Miell ** Part of fix for bug #216485 diff --git a/ui/evolution.xml b/ui/evolution.xml index 92036c6a14..3b4ea02005 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -39,6 +39,9 @@ + + @@ -159,11 +162,9 @@ - - -- cgit v1.2.3