Merge branch 'yayachiken-yayachiken-dev'

https://github.com/keepassx/keepassx/pull/58
This commit is contained in:
Felix Geyer 2014-06-16 18:08:49 +02:00
commit 0e8aa0bc6c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Building:
=========
mkdir build
cd build
cmake .. [CMAKE PARAMETERS]
cmake [CMAKE PARAMETERS] ..
make [-jX]
Common cmake parameters:

View File

@ -227,7 +227,7 @@ void MainWindow::updateCopyAttributesMenu()
return;
}
if (!dbWidget->numberOfSelectedEntries() == 1) {
if (dbWidget->numberOfSelectedEntries() != 1) {
return;
}