# # # patch "guitone/src/monotone/Monotone.cpp" # from [b41010fef6b03840673a79b47a2eb67c51d7016f] # to [1aae8564f8b72f74e8e1585ad7eb0769eb24bd4c] # ============================================================ --- guitone/src/monotone/Monotone.cpp b41010fef6b03840673a79b47a2eb67c51d7016f +++ guitone/src/monotone/Monotone.cpp 1aae8564f8b72f74e8e1585ad7eb0769eb24bd4c @@ -326,14 +326,6 @@ bool Monotone::parseStdio(int & retCode) retCode = list[2].toInt(); // command successfully parsed return true; - if (retCode > 0 && !lastCaller->handleError(retCode)) - // the error could not be handled by the caller - // so we have no other choice but try a clean exit here - { - disconnect(lastCaller); - return; - } - // FIXME: further actions needed here? } // if this was not the last output, but there are no bytes left,