changeset 77e6e5283302 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=77e6e5283302
description: backout bbc44ddb319b. Make import of gnome keyring work
diffstat:
src/common/passwords.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d1dbc3898df2 -r 77e6e5283302 src/common/passwords.py
--- a/src/common/passwords.py Sat Feb 16 20:00:07 2013 +0100
+++ b/src/common/passwords.py Sat Feb 16 20:31:38 2013 +0100
@@ -200,7 +200,7 @@
global GnomeKeyring
try:
gir = __import__('gi.repository', globals(), locals(),
- ['GnomeKeyring'], 1)
+ ['GnomeKeyring'], 0)
GnomeKeyring = gir.GnomeKeyring
except ImportError:
pass
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits