Explorar o código

Show new error message even if it is the same as the last

Malte Veerman %!s(int64=6) %!d(string=hai) anos
pai
achega
73ba7cb023
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      import/src/guibase.cpp

+ 1 - 1
import/src/guibase.cpp

@@ -259,7 +259,7 @@ void GUIBase::reset()
 
 void GUIBase::handleError(const QString &error, bool critical)
 {
-    if (error.isEmpty() || error == m_error)
+    if (error.isEmpty())
         return;
 
     m_error = error;