[Monodevelop-patches-list] r396 - src/Main/Base/Gui/Dialogs/Wizard

commit-watcher at sevenl.net commit-watcher at sevenl.net
Tue Jan 6 18:08:53 EST 2004


Author: jluke
Date: 2004-01-06 18:08:53 -0500 (Tue, 06 Jan 2004)
New Revision: 396

Modified:
   src/Main/Base/Gui/Dialogs/Wizard/WizardDialog.cs
Log:
fix last commit


Modified: src/Main/Base/Gui/Dialogs/Wizard/WizardDialog.cs
===================================================================
--- src/Main/Base/Gui/Dialogs/Wizard/WizardDialog.cs	2004-01-06 23:03:13 UTC (rev 395)
+++ src/Main/Base/Gui/Dialogs/Wizard/WizardDialog.cs	2004-01-06 23:08:53 UTC (rev 396)
@@ -225,8 +225,8 @@
 			ShowNextPanelEvent(sender, e);
 			panel.IsLastPanel = isLast;
 			this.Hide ();
-			ShowMustRestart ();
-			Application.Quit ();
+			//ShowMustRestart ();
+			//Application.Quit ();
 			
 		}
 		
@@ -275,8 +275,8 @@
 				}
 			}
 			ResponseType = ResponseType.Cancel;
-			ShowMustRestart ();
-			Application.Quit ();
+			//ShowMustRestart ();
+			//Application.Quit ();
 		}
 		
 		void HelpEvent(object sender, EventArgs e)




More information about the Monodevelop-patches-list mailing list