From 834347536a45fb85a46f142e174184a9f0a769fe Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 11 Mar 2011 11:52:12 +0300 Subject: [PATCH] Remove merge_action up in --uninstall. --- pym/cl_fill_desktop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_fill_desktop.py b/pym/cl_fill_desktop.py index c1bf806..55928a4 100644 --- a/pym/cl_fill_desktop.py +++ b/pym/cl_fill_desktop.py @@ -47,7 +47,7 @@ class fillVars(): """переключатель для шаблонов merge""" ret = "" action = self.Get("cl_action") - if action in ("install","uninstall","merge"): + if action in ("install","merge"): ret = "up" return ret