[Monodevelop-patches-list] r1338 - in trunk/MonoDevelop/src/Main/Base: . Gui/Dialogs

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Thu Apr 1 19:08:27 EST 2004


Author: tberman
Date: 2004-04-01 19:08:27 -0500 (Thu, 01 Apr 2004)
New Revision: 1338

Modified:
   trunk/MonoDevelop/src/Main/Base/ChangeLog
   trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/TipOfTheDay.cs
Log:
make the same mod here


Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog	2004-04-01 23:31:21 UTC (rev 1337)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog	2004-04-02 00:08:27 UTC (rev 1338)
@@ -1,5 +1,9 @@
 2004-04-01  Todd Berman  <tberman at sevenl.net>
 
+	* Gui/Dialogs/TipOfTheDay.cs: make same change here.
+
+2004-04-01  Todd Berman  <tberman at sevenl.net>
+
 	* Commands/AutostartCommands.cs: default to false for ShowToTD
 
 2004-03-31  Todd Berman  <tberman at sevenl.net>

Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/TipOfTheDay.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/TipOfTheDay.cs	2004-04-01 23:31:21 UTC (rev 1337)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/TipOfTheDay.cs	2004-04-02 00:08:27 UTC (rev 1338)
@@ -42,7 +42,7 @@
 					
 			tipOfTheDayWindow.TypeHint = Gdk.WindowTypeHint.Dialog;
 
-			noshowCheckbutton.Active = propertyService.GetProperty ("MonoDevelop.Gui.Dialog.TipOfTheDayView.ShowTipsAtStartup", true);
+			noshowCheckbutton.Active = propertyService.GetProperty ("MonoDevelop.Gui.Dialog.TipOfTheDayView.ShowTipsAtStartup", false);
 			noshowCheckbutton.Toggled += new EventHandler (OnNoshow);
 			nextButton.Clicked += new EventHandler (OnNext);
 			closeButton.Clicked += new EventHandler (OnClose);




More information about the Monodevelop-patches-list mailing list