Utilities/BackgroundService.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3422
ecfe8271cc73
child 3505
84e7cee47d10
diff -r 96232974dcdb -r 645c12de6b0c Utilities/BackgroundService.py
--- a/Utilities/BackgroundService.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Utilities/BackgroundService.py	Thu Apr 03 23:05:31 2014 +0200
@@ -132,7 +132,7 @@
         if connection is None:
             if fx != 'INIT':
                 self.serviceNotAvailable.emit(
-                    fx, lang, fn, self.trUtf8(
+                    fx, lang, fn, self.tr(
                         '{0} not configured.').format(lang))
             # Reset flag and continue processing queue
             self.isWorking = None

eric ide

mercurial