From b6ba03eabea3c96f474fa0b37b4059d416e31fb7 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 9 May 2016 19:39:59 -0700 Subject: [PATCH] Pull some strings to make it work --- DATabaseTwo/Import.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DATabaseTwo/Import.cs b/DATabaseTwo/Import.cs index c44ac261..4b7c94fb 100644 --- a/DATabaseTwo/Import.cs +++ b/DATabaseTwo/Import.cs @@ -145,6 +145,12 @@ COMMIT;"; // Only if we're not ignoring new sources should be ask the user for input if (!_ignore) { + // We want to reset "Default" at this point, just in case + if (source.ToLowerInvariant() == "default") + { + source = ""; + } + // If the source is blank, ask the user to supply one while (source == "" && sourceid == 0) {