]> git.pld-linux.org Git - packages/gajim.git/blobdiff - gajim-keyring-bug.patch
- added patch: the default keyring is 'login', not 'default'
[packages/gajim.git] / gajim-keyring-bug.patch
diff --git a/gajim-keyring-bug.patch b/gajim-keyring-bug.patch
new file mode 100644 (file)
index 0000000..53b855e
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nurwa gajim-0.13.4/src/common/passwords.py gajim-0.13.4.keyring-bug//src/common/passwords.py
+--- gajim-0.13.4/src/common/passwords.py       2010-01-20 10:59:33.000000000 +0100
++++ gajim-0.13.4.keyring-bug//src/common/passwords.py  2010-10-27 12:02:16.784214246 +0200
+@@ -63,7 +63,7 @@
+       def __init__(self):
+               self.keyring = gnomekeyring.get_default_keyring_sync()
+               if self.keyring is None:
+-                      self.keyring = 'default'
++                      self.keyring = 'login'
+               try:
+                       gnomekeyring.create_sync(self.keyring, None)
+               except gnomekeyring.AlreadyExistsError:
This page took 0.090946 seconds and 4 git commands to generate.