changeset ab1aeece859f in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=ab1aeece859f
description: Correctly printing error message. Fixes #6850
diffstat:
src/gajim-remote.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 52c9f9a1b4ad -r ab1aeece859f src/gajim-remote.py
--- a/src/gajim-remote.py Tue Mar 29 17:18:50 2011 +0400
+++ b/src/gajim-remote.py Tue Mar 29 18:26:54 2011 +0400
@@ -52,7 +52,7 @@
# test if dbus-x11 is installed
bus = dbus.SessionBus()
except Exception:
- print str(exceptions.DbusNotSupported())
+ print _('D-Bus is not present on this machine or python module is missing')
sys.exit(1)
OBJ_PATH = '/org/gajim/dbus/RemoteObject'
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits