Files @ 2e8a10efff43
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs

jmaltzen
Move the check for template directory before creating profile folder.
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}