This commit is contained in:
guinux 2014-12-12 09:28:36 +01:00
parent 1a1da95554
commit 8a3fa7ccb5
2 changed files with 3 additions and 1 deletions

View File

@ -410,7 +410,7 @@ namespace Pamac {
string reason;
if (pkg.reason == PkgReason.EXPLICIT)
reason = dgettext (null, "Explicitly installed");
else if (pkg.reason == PkgReason.EXPLICIT)
else if (pkg.reason == PkgReason.DEPEND)
reason = dgettext (null, "Installed as a dependency for another package");
else
reason = dgettext (null, "Unknown");

View File

@ -879,6 +879,8 @@ namespace Pamac {
Gtk.main_iteration ();
finished (false);
} else {
clear_lists ();
finished (false);
sysupgrade (0);
}
} else {