[Monodevelop-patches-list] r1378 - trunk/MonoDevelop/src/Main/Base/Gui/Workbench

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Apr 4 11:44:13 EDT 2004


Author: tberman
Date: 2004-04-04 11:44:12 -0400 (Sun, 04 Apr 2004)
New Revision: 1378

Modified:
   trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs
Log:
attempt fix for mmarker


Modified: trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs	2004-04-04 15:27:50 UTC (rev 1377)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs	2004-04-04 15:44:12 UTC (rev 1378)
@@ -133,7 +133,7 @@
 
 			DeleteEvent += new Gtk.DeleteEventHandler (OnClosing);
 			this.Icon = resourceService.GetBitmap ("Icons.SharpDevelopIcon");
-			this.WindowPosition = Gtk.WindowPosition.None;
+			//this.WindowPosition = Gtk.WindowPosition.None;
 
 			IDebuggingService dbgr = (IDebuggingService)ServiceManager.Services.GetService (typeof (IDebuggingService));
 			if (dbgr != null) {
@@ -400,7 +400,7 @@
 				normalBounds = memento.Bounds;
 				Move (normalBounds.X, normalBounds.Y);
 				Resize (normalBounds.Width, normalBounds.Height);
-				FullScreen  = memento.FullScreen;
+				//FullScreen  = memento.FullScreen;
 			}
 		}
 		




More information about the Monodevelop-patches-list mailing list