diff -Naur epiphany-2.28.2-old//data/ui/epiphany-bookmark-editor-ui.xml epiphany-2.28.2/data/ui/epiphany-bookmark-editor-ui.xml
--- epiphany-2.28.2-old//data/ui/epiphany-bookmark-editor-ui.xml	2009-12-08 00:06:17.000000000 +0200
+++ epiphany-2.28.2/data/ui/epiphany-bookmark-editor-ui.xml	2010-06-30 14:11:02.329292103 +0300
@@ -33,7 +33,6 @@
 </menu>
 
 <menu name="HelpMenu" action="Help">
-	<menuitem action="HelpContents"/>
 	<menuitem action="HelpAbout"/>
 </menu>
 
diff -Naur epiphany-2.28.2-old//data/ui/epiphany-history-window-ui.xml epiphany-2.28.2/data/ui/epiphany-history-window-ui.xml
--- epiphany-2.28.2-old//data/ui/epiphany-history-window-ui.xml	2009-12-08 00:06:17.000000000 +0200
+++ epiphany-2.28.2/data/ui/epiphany-history-window-ui.xml	2010-06-30 14:11:27.584531117 +0300
@@ -28,7 +28,6 @@
 </menu>
 
 <menu name="HelpMenu" action="Help">
-	<menuitem name="HelpContents" action="HelpContents"/>
 	<menuitem name="HelpAbout" action="HelpAbout"/>
 </menu>
 
diff -Naur epiphany-2.28.2-old//data/ui/epiphany-ui.xml epiphany-2.28.2/data/ui/epiphany-ui.xml
--- epiphany-2.28.2-old//data/ui/epiphany-ui.xml	2009-12-16 12:26:26.000000000 +0200
+++ epiphany-2.28.2/data/ui/epiphany-ui.xml	2010-06-30 14:11:09.809279574 +0300
@@ -101,7 +101,6 @@
 		</menu>
 
 		<menu name="HelpMenu" action="Help">
-			<menuitem name="HelpContentsMenu" action="HelpContents"/>
 			<menuitem name="HelpAboutMenu" action="HelpAbout"/>
 		</menu>
 	</menubar>
diff -Naur epiphany-2.28.2-old//src/bookmarks/ephy-bookmarks-editor.c epiphany-2.28.2/src/bookmarks/ephy-bookmarks-editor.c
--- epiphany-2.28.2-old//src/bookmarks/ephy-bookmarks-editor.c	2009-12-16 12:26:27.000000000 +0200
+++ epiphany-2.28.2/src/bookmarks/ephy-bookmarks-editor.c	2010-06-30 14:12:07.944280191 +0300
@@ -204,9 +204,6 @@
 	  G_CALLBACK (cmd_select_all) },
 	
 	/* Help Menu */	
-	{ "HelpContents", GTK_STOCK_HELP, N_("_Contents"), "F1",
-	  N_("Display bookmarks help"), 
-	  G_CALLBACK (cmd_help_contents) },
 	{ "HelpAbout", GTK_STOCK_ABOUT, N_("_About"), NULL,
 	  N_("Display credits for the web browser creators"),
 	  G_CALLBACK (window_cmd_help_about) },
diff -Naur epiphany-2.28.2-old//src/ephy-history-window.c epiphany-2.28.2/src/ephy-history-window.c
--- epiphany-2.28.2-old//src/ephy-history-window.c	2009-12-08 00:06:09.000000000 +0200
+++ epiphany-2.28.2/src/ephy-history-window.c	2010-06-30 14:12:19.860278106 +0300
@@ -185,9 +185,6 @@
 	  G_CALLBACK (cmd_clear) },
 
 	/* Help Menu */
-	{ "HelpContents", GTK_STOCK_HELP, N_("_Contents"), "F1",
-	  N_("Display history help"),
-	  G_CALLBACK (cmd_help_contents) },
 	{ "HelpAbout", GTK_STOCK_ABOUT, N_("_About"), NULL,
 	  N_("Display credits for the web browser creators"),
 	  G_CALLBACK (window_cmd_help_about) },
diff -Naur epiphany-2.28.2-old//src/ephy-window.c epiphany-2.28.2/src/ephy-window.c
--- epiphany-2.28.2-old//src/ephy-window.c	2009-12-16 12:31:06.000000000 +0200
+++ epiphany-2.28.2/src/ephy-window.c	2010-06-30 14:11:46.081529215 +0300
@@ -254,9 +254,6 @@
 
 	/* Help menu */
 
-	{"HelpContents", GTK_STOCK_HELP, N_("_Contents"), "F1",
-	 N_("Display web browser help"),
-	 G_CALLBACK (window_cmd_help_contents) },
 	{ "HelpAbout", GTK_STOCK_ABOUT, N_("_About"), NULL,
 	  N_("Display credits for the web browser creators"),
 	  G_CALLBACK (window_cmd_help_about) },
