Set backup usage to zero if no items are found.

This commit is contained in:
codestation
2014-01-03 13:33:42 -04:30
parent ee787dab46
commit a2468ddf7a

View File

@@ -154,6 +154,7 @@ void BackupManagerForm::loadBackupListing(int index)
// exit if there aren't any items
if(row_count == 0) {
setBackupUsage(0);
db->mutex.unlock();
return;
}