From d3d48750c0b1126bff537a3dda45d8ae552e35d4 Mon Sep 17 00:00:00 2001 From: mhiretskiy Date: Tue, 24 Mar 2009 15:17:20 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B2=D0=BE=D0=BD=D0=B0=D1=87?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D1=80=D0=B0=20=D0=B4=D0=B8=D0=B0=D0=BB=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20progres=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.calculate.ru/calculate2/calculate-client/trunk@1085 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/cl_client.py b/pym/cl_client.py index 3ebed2f..179ccc4 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -56,9 +56,10 @@ org.kde.kdialog.ProgressDialog' self.openDialog(self.title) def openDialog(self,title): + self.title = title pipe = popen2.Popen4(self.execenv+" LANG=ru_RU.UTF-8 "+ '/usr/bin/kdialog --progressbar "%s" %d' % (\ - " "*120,self.max)) + " "*len(title),self.max)) if pipe.poll() != 0: time.sleep(0.5) if pipe.poll() == 0: