diff --git a/pym/cl_client.py b/pym/cl_client.py index 723383d..c2706f1 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -86,7 +86,7 @@ class GProgressBar(NoneProgressBar): if max != None: self.setMaximum(max) - title = re.sub("<[^>]+>", title) + title = re.sub("<[^>]+>", "", title) self.title = title if os.system('which Xdialog &>/dev/null') == 0: pipe = subprocess.Popen('/usr/bin/Xdialog --progress "%s" 5 80'\