Re: [Nautilus-list] bug #73077 - release notes - patch



On Sun, Mar 24, 2002 at 09:06:48AM -0700, John Fleck wrote:
> Folks -
> 
> Here's a patch for bug #73077.
> 
> In brief, I've never thought release notes belong in the help menu,
> and since they're not currently getting the care and feeding needed to
> make them of any help to users, I think now's the time to take them
> out.
> 

Let's try again, this time *with* the patch attached. :-)

John
Index: src/nautilus-shell-ui.xml
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-shell-ui.xml,v
retrieving revision 1.79
diff -u -r1.79 nautilus-shell-ui.xml
--- src/nautilus-shell-ui.xml	14 Mar 2002 21:24:20 -0000	1.79
+++ src/nautilus-shell-ui.xml	24 Mar 2002 16:02:09 -0000
@@ -266,10 +266,6 @@
 			  _label="Nautilus Quick _Reference" 
 			  _tip="Display quick reference pages for Nautilus"
 			  verb="Nautilus Quick Reference"/>
-		<menuitem name="Nautilus Release Notes" 
-			  _label="Nautilus Release _Notes" 
-			  _tip="Display release notes for Nautilus"
-			  verb="Nautilus Release Notes"/>
 		<separator/>
 		<menuitem name="About Nautilus"
 			  _label="_About Nautilus..."
Index: src/nautilus-window-menus.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-window-menus.c,v
retrieving revision 1.230
diff -u -r1.230 nautilus-window-menus.c
--- src/nautilus-window-menus.c	14 Mar 2002 21:24:21 -0000	1.230
+++ src/nautilus-window-menus.c	24 Mar 2002 16:02:09 -0000
@@ -93,7 +93,6 @@
 
 #define USER_MANUAL_URI		"help:nautilus-user-manual"
 #define QUICK_REFERENCE_URI	"help:nautilus-quick-reference"
-#define RELEASE_NOTES_URI	"help:nautilus-release-notes"
 #define CUSTOMER_FEEDBACK_URI	"http://www.eazel.com/feedback.html";
 #define START_HERE_URI          "start-here:"
 
@@ -652,14 +651,6 @@
 }
 
 static void
-help_menu_nautilus_release_notes_callback (BonoboUIComponent *component, 
-			              	     gpointer user_data, 
-			              	     const char *verb)
-{
-	nautilus_window_go_to (NAUTILUS_WINDOW (user_data), RELEASE_NOTES_URI);
-}
-
-static void
 help_menu_nautilus_feedback_callback (BonoboUIComponent *component, 
 			              gpointer user_data, 
 			              const char *verb)
@@ -1133,7 +1124,6 @@
 		BONOBO_UI_VERB ("About Nautilus", help_menu_about_nautilus_callback),
 		BONOBO_UI_VERB ("Nautilus Manual", help_menu_nautilus_manual_callback),
 		BONOBO_UI_VERB ("Nautilus Quick Reference", help_menu_nautilus_quick_reference_callback),
-		BONOBO_UI_VERB ("Nautilus Release Notes", help_menu_nautilus_release_notes_callback),
 		BONOBO_UI_VERB ("Nautilus Feedback", help_menu_nautilus_feedback_callback),
 		BONOBO_UI_VERB ("User Level Customization", user_level_customize_callback),
 		BONOBO_UI_VERB ("Stop", stop_button_callback),


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