Pull some strings to make it work

This commit is contained in:
Matt Nadareski
2016-05-09 19:39:59 -07:00
parent e0de3fe665
commit b6ba03eabe

View File

@@ -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)
{