]> git.pld-linux.org Git - packages/gajim.git/blame - gajim-keyring-bug.patch
- updated for 0.14.4
[packages/gajim.git] / gajim-keyring-bug.patch
CommitLineData
317d5bf6 1--- gajim-0.14.4/src/common/passwords.py~ 2010-10-01 22:19:07.000000000 +0200
2+++ gajim-0.14.4/src/common/passwords.py 2011-07-29 22:20:09.067102579 +0200
9da8afda 3@@ -63,7 +63,7 @@
317d5bf6 4 def __init__(self):
5 self.keyring = gnomekeyring.get_default_keyring_sync()
6 if self.keyring is None:
7- self.keyring = 'default'
8+ self.keyring = 'login'
9 try:
10 gnomekeyring.create_sync(self.keyring, None)
11 except gnomekeyring.AlreadyExistsError:
This page took 0.035732 seconds and 4 git commands to generate.