changeset 1da385987b92 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=1da385987b92
description: fix typo
diffstat:
src/gajim.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c51a530a87d5 -r 1da385987b92 src/gajim.py
--- a/src/gajim.py Wed Oct 27 19:37:14 2010 +0200
+++ b/src/gajim.py Thu Oct 28 13:18:37 2010 +0200
@@ -54,7 +54,7 @@
import ctypes.util
libintl_path = ctypes.util.find_library('intl')
if libintl_path == None:
- local_intl = ok.path.join('gtk', 'bin', 'intl.dll')
+ local_intl = os.path.join('gtk', 'bin', 'intl.dll')
if os.path.exists(local_intl):
libintl_path = local_intl
if libintl_path == None:
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits