From b4f5605505dad572f4c4ea47e03d8d678c351003 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 20 Feb 2007 19:53:20 +0000 Subject: Renamed package.get_env_var to package.get_package_settings --- portato/gui/gtk/usetips.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'portato/gui/gtk/usetips.py') diff --git a/portato/gui/gtk/usetips.py b/portato/gui/gtk/usetips.py index d59e397..75bb63f 100644 --- a/portato/gui/gtk/usetips.py +++ b/portato/gui/gtk/usetips.py @@ -66,11 +66,11 @@ class UseTips (TreeViewTooltips): string = "" if len(enabled) > 0: - string = "+"+"\n+".join(enabled)+"" + string = "+%s" % ("\n+".join(enabled),) if len(disabled) > 0: string = string + "\n" if len(disabled) > 0: - string = string+"- " + "\n- ".join(disabled) + "" + string = string+"- %s" % ("\n- ".join(disabled),) return string -- cgit v1.2.3-70-g09d2