This commit is contained in:
guinux
2017-08-22 11:11:31 +02:00
parent 9c6c435b05
commit e9076f605e
6 changed files with 38 additions and 10 deletions

View File

@@ -472,6 +472,9 @@ namespace Pamac {
success = false;
finish_transaction ();
}
} else {
success = false;
finish_transaction ();
}
});
}
@@ -1396,8 +1399,8 @@ namespace Pamac {
rates_nb = 0;
fraction = 0;
timer.start ();
if (filename.has_suffix (".db")) {
string action = dgettext (null, "Refreshing %s").printf (filename.replace (".db", "")) + "...";
if (filename.has_suffix (".db") || filename.has_suffix (".files")) {
string action = dgettext (null, "Refreshing %s").printf (filename) + "...";
reset_progress_box (action);
}
} else if (xfered == total) {