SOURCES: gajim-typos.patch (NEW) - fix typos
arekm
arekm at pld-linux.org
Sat Dec 24 00:51:58 CET 2005
Author: arekm Date: Fri Dec 23 23:51:58 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix typos
---- Files affected:
SOURCES:
gajim-typos.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gajim-typos.patch
diff -u /dev/null SOURCES/gajim-typos.patch:1.1
--- /dev/null Sat Dec 24 00:51:58 2005
+++ SOURCES/gajim-typos.patch Sat Dec 24 00:51:53 2005
@@ -0,0 +1,12 @@
+diff -ur gajim-0.9.org/src/common/connection.py gajim-0.9/src/common/connection.py
+--- gajim-0.9.org/src/common/connection.py 2005-12-23 14:20:58.000000000 +0100
++++ gajim-0.9/src/common/connection.py 2005-12-24 00:51:16.000000000 +0100
+@@ -1287,7 +1287,7 @@
+ try:
+ j = helpers.parse_jid(jid)
+ except:
+- print >> sys.sterr, _('Jid %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid
++ print >> sys.stderr, _('Jid %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid
+ else:
+ roster[j] = raw_roster[jid]
+
================================================================
More information about the pld-cvs-commit
mailing list