string freeze for 0.9.2; make accidentally call blocker optional via

settings
This commit is contained in:
doitux
2012-01-26 08:29:25 +00:00
parent d88182e865
commit 0802c7ea31
32 changed files with 33492 additions and 23606 deletions
+4 -2
View File
@@ -1657,8 +1657,10 @@ void gameTableImpl::provideMyActions(int mode)
resetMyButtonsCheckStateMemory();
}
//disable button to prevent unwanted clicks (e.g. call allin)
pushButton_CallCheck->setEatMyEvents(true);
enableCallCheckPushButtonTimer->start(1000);
if(myConfig->readConfigInt("AccidentallyCallBlocker")) {
pushButton_CallCheck->setEatMyEvents(true);
enableCallCheckPushButtonTimer->start(1000);
}
}