changeset 11dfafb5d6e2 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=11dfafb5d6e2
description: fix typo

diffstat:

 src/gajim.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ab6d64e6ca00 -r 11dfafb5d6e2 src/gajim.py
--- a/src/gajim.py      Fri Mar 11 00:35:26 2011 +0300
+++ 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

Reply via email to