[evolution] Remove link to FAQ as content is covered by new user docs



commit ce6f467e3e139926d3a4241429a0f2e9fcbf3294
Author: Andre Klapper <a9016009 gmx de>
Date:   Thu Aug 4 18:08:32 2011 +0200

    Remove link to FAQ as content is covered by new user docs

 shell/e-shell-window-actions.c |   26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)
---
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index cba0c52..2700a51 100644
--- a/shell/e-shell-window-actions.c
+++ b/shell/e-shell-window-actions.c
@@ -36,9 +36,6 @@
 #define EVOLUTION_COPYRIGHT \
 	"Copyright \xC2\xA9 1999 - 2008 Novell, Inc. and Others"
 
-#define EVOLUTION_FAQ \
-	"http://live.gnome.org/Evolution/FAQ";
-
 #define EVOLUTION_WEBSITE \
 	"http://www.gnome.org/projects/evolution/";
 
@@ -728,22 +725,6 @@ action_custom_rule_cb (GtkAction *action,
 }
 
 /**
- * E_SHELL_WINDOW_ACTION_FAQ:
- * @window: an #EShellWindow
- *
- * Activation of this action opens a web page with answers to frequently
- * asked questions about this application.
- *
- * Main menu item: Help -> Evolution FAQ
- **/
-static void
-action_faq_cb (GtkAction *action,
-               EShellWindow *shell_window)
-{
-	e_show_uri (GTK_WINDOW (shell_window), EVOLUTION_FAQ);
-}
-
-/**
  * E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS:
  * @window: an #EShellWindow
  *
@@ -1488,13 +1469,6 @@ static GtkActionEntry shell_entries[] = {
 	  N_("Delete the selection"),
 	  NULL },  /* Handled by EFocusTracker */
 
-	{ "faq",
-	  "help-faq",
-	  N_("Evolution _FAQ"),
-	  NULL,
-	  N_("Open the Frequently Asked Questions webpage"),
-	  G_CALLBACK (action_faq_cb) },
-
 	{ "forget-passwords",
 	  NULL,
 	  N_("_Forget Passwords"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]