# HG changeset patch # User Chris Cannam # Date 1294836484 0 # Node ID 8730dd806ccab67214d1717b658084e2522dce9d # Parent 669f2a8ff1a86109aeb35282971c5ed38d42fdc0# Parent 0689dada141995d1c56e6d0d7d782a9d566a9c3e Merge diff -r 0689dada1419 -r 8730dd806cca mainwindow.cpp --- a/mainwindow.cpp Tue Jan 11 20:19:19 2011 +0000 +++ b/mainwindow.cpp Wed Jan 12 12:48:04 2011 +0000 @@ -1686,6 +1686,11 @@ output)); settings(); return; + case ACT_CLONEFROMREMOTE: + // if clone fails, we have no repo + workFolderPath = ""; + enableDisableActions(); + break; case ACT_INCOMING: // returns non-zero code and no output if the check was // successful but there are no changes pending