diff --git a/src/rimestate.cpp b/src/rimestate.cpp index 76710d1..3f71019 100644 --- a/src/rimestate.cpp +++ b/src/rimestate.cpp @@ -44,7 +44,7 @@ namespace { bool emptyExceptAux(const InputPanel &inputPanel) { - return inputPanel.preedit().empty() && inputPanel.preedit().empty() && + return inputPanel.preedit().empty() && inputPanel.clientPreedit().empty() && (!inputPanel.candidateList() || inputPanel.candidateList()->empty()); }