diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/gtk/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py index 7841e5e..d5ea943 100644 --- a/portato/gui/gtk/windows.py +++ b/portato/gui/gtk/windows.py @@ -388,7 +388,7 @@ class PackageTable: self.comboVB.pack_start(self.vCombo) # the label (must be here, because it depends on the combo box) - desc = self.actual_package().get_env_var("DESCRIPTION").replace("&","&") + desc = self.actual_package().get_package_settings("DESCRIPTION").replace("&","&") if not desc: desc = "<no description>" use_markup = False |