[Monodevelop-patches-list] r470 - trunk/MonoDevelop/src/AddIns/Misc/StartPage
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Mon Jan 12 01:27:08 EST 2004
Author: tberman
Date: 2004-01-12 01:27:07 -0500 (Mon, 12 Jan 2004)
New Revision: 470
Modified:
trunk/MonoDevelop/src/AddIns/Misc/StartPage/Main.cs
Log:
blah
Modified: trunk/MonoDevelop/src/AddIns/Misc/StartPage/Main.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/StartPage/Main.cs 2004-01-12 04:38:45 UTC (rev 469)
+++ trunk/MonoDevelop/src/AddIns/Misc/StartPage/Main.cs 2004-01-12 06:27:07 UTC (rev 470)
@@ -20,7 +20,8 @@
}
}
// if (SharpDevelopMain.CommandLineArgs != null) {
- WorkbenchSingleton.Workbench.ShowView(new StartPageView());
+ //FIXME: commenting out until this actually works
+ //WorkbenchSingleton.Workbench.ShowView(new StartPageView());
// }
}
}
More information about the Monodevelop-patches-list
mailing list