From 63cdb7c521133a9d621f9407c4c956e995018ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 5 Oct 2009 15:30:57 +0200 Subject: Now have it the sorted way in PkgLists --- portato/gui/windows/pkglist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/windows/pkglist.py') diff --git a/portato/gui/windows/pkglist.py b/portato/gui/windows/pkglist.py index bd1ded8..e99e8a1 100644 --- a/portato/gui/windows/pkglist.py +++ b/portato/gui/windows/pkglist.py @@ -34,7 +34,7 @@ class PkgListWindow (AbstractDialog): self.queue = queue self.jump = jump_to - self.packages = packages + self.packages = system.sort_package_list(packages, only_cpv = True) self.build_list() -- cgit v1.2.3