projects
/
web/konrad/smoke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2cbcf6f
)
fix version test
author
Konrad Rosenbaum
<konrad@silmor.de>
Mon, 10 Mar 2014 14:34:33 +0000 (15:34 +0100)
committer
Konrad Rosenbaum
<konrad@silmor.de>
Mon, 10 Mar 2014 14:34:33 +0000 (15:34 +0100)
iface/msinterface.cpp
patch
|
blob
|
history
diff --git
a/iface/msinterface.cpp
b/iface/msinterface.cpp
index
43f9370
..
8d97953
100644
(file)
--- a/
iface/msinterface.cpp
+++ b/
iface/msinterface.cpp
@@
-149,7
+149,7
@@
bool MSInterface::checkServer()
return false;
}
//is server new enough for me?
- if(si.getServerProtocolVersion().value()<commVersion()){
+ if(si.getServerProtocolVersion().value()<needCommVersion()){
MBoxWrapper::warning(tr("Error"),tr("The server implementation is too old for this client."));
return false;
}