changeset d6d79dff02ae in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=d6d79dff02ae
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 9c30e4561f75 -r d6d79dff02ae src/gajim-remote.py
--- a/src/gajim-remote.py       Tue Mar 29 18:01:22 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

Reply via email to