Explorar o código

remove destination_path

mikymod %!s(int64=11) %!d(string=hai) anos
pai
achega
5b14826071
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      tools/gui/starter/ProjectDialog.cs

+ 3 - 2
tools/gui/starter/ProjectDialog.cs

@@ -17,7 +17,7 @@ namespace starter
 		{
 		{
 			win.project_name = name_entry.Text;
 			win.project_name = name_entry.Text;
 			win.source_path = source_entry.Text;
 			win.source_path = source_entry.Text;
-			win.destination_path = destination_entry.Text;
+			// win.destination_path = destination_entry.Text;
 		}
 		}
 
 
 		protected void OnSourceButtonClicked (object sender, EventArgs e)
 		protected void OnSourceButtonClicked (object sender, EventArgs e)
@@ -34,7 +34,7 @@ namespace starter
 
 
 			fc.Destroy ();
 			fc.Destroy ();
 		}
 		}
-
+/*
 		protected void OnDestinationButtonClicked (object sender, EventArgs e)
 		protected void OnDestinationButtonClicked (object sender, EventArgs e)
 		{
 		{
 			Gtk.FileChooserDialog fc = new Gtk.FileChooserDialog("Choose the file to open",
 			Gtk.FileChooserDialog fc = new Gtk.FileChooserDialog("Choose the file to open",
@@ -49,6 +49,7 @@ namespace starter
 
 
 			fc.Destroy ();
 			fc.Destroy ();
 		}
 		}
+*/
 	}
 	}
 }
 }