[Monodevelop-patches-list] r2581 - trunk/MonoDevelop/Core/src/MonoDevelop.Base

John Luke <jluke@cfl.rr.com> jluke at mono-cvs.ximian.com
Thu Jun 2 19:09:15 EDT 2005


Author: jluke
Date: 2005-06-02 19:09:15 -0400 (Thu, 02 Jun 2005)
New Revision: 2581

Modified:
   trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog
   trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelopCore.addin.xml
Log:
avoid crashing on Shift|F8


Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog	2005-06-02 22:52:44 UTC (rev 2580)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog	2005-06-02 23:09:15 UTC (rev 2581)
@@ -1,5 +1,11 @@
-2005-06-01  John Luke  <john.luke at gmail.com>
+2005-06-02  John Luke  <john.luke at gmail.com>
 
+	* MonoDevelopCore.addin.xml: add Shift|F8 shortcut
+	for tip of the day from Øyvind Neuman (spam at agurk.com)
+	workaround for bug 61113
+
+2005-06-02  John Luke  <john.luke at gmail.com>
+
 	* Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs:
 	check GetIterFirst return value to avoid gtk+ assertions
 	might fix bug 74445

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelopCore.addin.xml
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelopCore.addin.xml	2005-06-02 22:52:44 UTC (rev 2580)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelopCore.addin.xml	2005-06-02 23:09:15 UTC (rev 2581)
@@ -405,7 +405,8 @@
 				defaultHandler = "MonoDevelop.Commands.TipOfTheDayHandler"
 				_label = "_Tip of the Day..." 
 				icon = "Icons.16x16.TipOfTheDay" 
-				description = "Show tip of the day" />
+				description = "Show tip of the day"
+				shortcut = "Shift|F8" />
 		<Command id = "MonoDevelop.Commands.HelpCommands.About"
 				defaultHandler = "MonoDevelop.Commands.AboutHandler"
 				_label = "_About" 




More information about the Monodevelop-patches-list mailing list