]> git.pld-linux.org Git - packages/gajim.git/blame - gajim-typos.patch
- up to 0.11 ver (Ac)
[packages/gajim.git] / gajim-typos.patch
CommitLineData
ced12590
AM
1diff -ur gajim-0.9.org/src/common/connection.py gajim-0.9/src/common/connection.py
2--- gajim-0.9.org/src/common/connection.py 2005-12-23 14:20:58.000000000 +0100
3+++ gajim-0.9/src/common/connection.py 2005-12-24 00:51:16.000000000 +0100
4@@ -1287,7 +1287,7 @@
5 try:
6 j = helpers.parse_jid(jid)
7 except:
8- 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
9+ 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
10 else:
11 roster[j] = raw_roster[jid]
12
This page took 0.024186 seconds and 4 git commands to generate.