From a6d2a347e69f02c283a33dad6d5f6d90388a6af5 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sat, 14 Oct 2006 20:40:35 +0000 Subject: Set min height to 600 if maxHeight is smaller then 800 --- geneticone/gui/gui_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'geneticone/gui/gui_helper.py') diff --git a/geneticone/gui/gui_helper.py b/geneticone/gui/gui_helper.py index 449fa9c..c6bcf53 100644 --- a/geneticone/gui/gui_helper.py +++ b/geneticone/gui/gui_helper.py @@ -260,7 +260,7 @@ class EmergeQueue: # for the beginning: let us create a package object - but it is not guaranteed, that it actually exists in portage pkg = backend.Package(cpv) - masked = not (pkg.is_masked() or pkg.is_testing(allowed=True)) # <-- why am I doing this? FIXME + masked = not (pkg.is_masked() or pkg.is_testing(allowed=True)) # we are setting this to True in case we have unmasked it already, but portage does not know this # and now try to find it in portage pkg = backend.find_packages("="+cpv, masked = masked) -- cgit v1.2.3-70-g09d2