[gnome-software/wip/temp/ubuntu-xenial-rebased: 300/329] Actually fix installed size
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased: 300/329] Actually fix installed size
- Date: Fri, 29 Apr 2016 14:10:34 +0000 (UTC)
commit 6480c60beddb943d15eb83521c9660c78d18f623
Author: Robert Ancell <robert ancell canonical com>
Date: Mon Apr 25 17:13:55 2016 +0200
Actually fix installed size
src/plugins/gs-plugin-apt.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.cc b/src/plugins/gs-plugin-apt.cc
index 97c96e4..7f92ea0 100644
--- a/src/plugins/gs-plugin-apt.cc
+++ b/src/plugins/gs-plugin-apt.cc
@@ -379,7 +379,7 @@ look_at_pkg (const pkgCache::PkgIterator &P,
pkgTagFile TagF (&PkgF);
if (TagF.Jump (Tags, current.FileList ()->Offset) == false) {
- if (TagF.Jump (Tags, current.FileList ()->Offset) == false)
+ if (TagF.Jump (Tags, candidate.FileList ()->Offset) == false)
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]