]> git.pld-linux.org Git - packages/gajim.git/blob - gajim-keyring-bug.patch
- updated to 0.15; merged changes from DEVEL
[packages/gajim.git] / gajim-keyring-bug.patch
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
3 @@ -63,7 +63,7 @@
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.052609 seconds and 3 git commands to generate.