[Monodevelop-patches-list] r1800 - in trunk/MonoDevelop/src/Main/Base: . Commands

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Mon Jun 21 18:40:52 EDT 2004


Author: tberman
Date: 2004-06-21 18:40:52 -0400 (Mon, 21 Jun 2004)
New Revision: 1800

Modified:
   trunk/MonoDevelop/src/Main/Base/ChangeLog
   trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs
Log:
workaround icewm issue, and this is a better behaviour anyway.


Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog	2004-06-21 20:19:04 UTC (rev 1799)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog	2004-06-21 22:40:52 UTC (rev 1800)
@@ -1,3 +1,8 @@
+2004-06-21  Todd Berman  <tberman at off.net>
+
+	* Commands/AutostartCommands.cs: workaround icewm issue, dont show
+	tip of the day dialog automatically under any circumstance.
+
 2004-06-21  John Luke <jluke at cfl.rr.com>
 
 	* Gui/Pads/OpenTaskView.cs: implement a popup menu for copying

Modified: trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs	2004-06-21 20:19:04 UTC (rev 1799)
+++ trunk/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs	2004-06-21 22:40:52 UTC (rev 1800)
@@ -197,10 +197,10 @@
 			((Gtk.Window)WorkbenchSingleton.Workbench).Present ();
 		
 			// Give Gtk time to display the workbench window before showing the TOTD.
-			while (Gtk.Application.EventsPending ())
-				Gtk.Application.RunIteration ();
+			//while (Gtk.Application.EventsPending ())
+			//	Gtk.Application.RunIteration ();
 		
-			ShowTipOfTheDay (null, null);
+			//ShowTipOfTheDay (null, null);
 		
 			// finally run the workbench window ...
 			Gtk.Application.Run ();




More information about the Monodevelop-patches-list mailing list