[Monodevelop-patches-list] r1270 - in trunk/MonoDevelop/src/Main/Base: . Commands
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Mar 27 23:26:05 EST 2004
Author: tberman
Date: 2004-03-27 23:26:05 -0500 (Sat, 27 Mar 2004)
New Revision: 1270
Modified:
trunk/MonoDevelop/src/Main/Base/ChangeLog
trunk/MonoDevelop/src/Main/Base/Commands/FileCommands.cs
Log:
closing bug #56126
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-03-27 23:21:14 UTC (rev 1269)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-03-28 04:26:05 UTC (rev 1270)
@@ -1,5 +1,10 @@
2004-03-27 Todd Berman <tberman at sevenl.net>
+ * Commands/FileCommands: remove save as notification, as its useless
+ closes bug #56126
+
+2004-03-27 Todd Berman <tberman at sevenl.net>
+
* Internal/Parser/*: update to new parser from upstream.
* Gui/ContentInterfaces/IParseInformationListener.cs: update.
* Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs:
Modified: trunk/MonoDevelop/src/Main/Base/Commands/FileCommands.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Commands/FileCommands.cs 2004-03-27 23:21:14 UTC (rev 1269)
+++ trunk/MonoDevelop/src/Main/Base/Commands/FileCommands.cs 2004-03-28 04:26:05 UTC (rev 1270)
@@ -170,8 +170,6 @@
// do actual save
if (fileUtilityService.ObservedSave(new NamedFileOperationDelegate(window.ViewContent.Save), filename) == FileOperationResult.OK) {
fileService.RecentOpen.AddLastFile(filename);
- IMessageService messageService =(IMessageService)ServiceManager.Services.GetService(typeof(IMessageService));
- messageService.ShowMessage(filename, "File saved");
}
}
}
More information about the Monodevelop-patches-list
mailing list