From d78214739540fa64012fbc03f1e912edda07c53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 5 Nov 2009 13:17:15 +0100 Subject: Better slot handling in packages. --- portato/gui/windows/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui') diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 5a149f8..ca88b04 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -768,7 +768,7 @@ class MainWindow (Window): # to not query the package with info, we do not need if self.cfg.get_boolean("showSlots", "GUI"): def get_slot(pkg): - return pkg.get_package_settings("SLOT") + return pkg.get_slot() self.slotcol.set_visible(True) -- cgit v1.2.3