]> git.pld-linux.org Git - packages/gajim.git/blob - gajim-keyring-bug.patch
- updated to 0.14.4
[packages/gajim.git] / gajim-keyring-bug.patch
1 diff -Nurwa gajim-0.13.4/src/common/passwords.py gajim-0.13.4.keyring-bug//src/common/passwords.py
2 --- gajim-0.13.4/src/common/passwords.py        2010-01-20 10:59:33.000000000 +0100
3 +++ gajim-0.13.4.keyring-bug//src/common/passwords.py   2010-10-27 12:02:16.784214246 +0200
4 @@ -63,7 +63,7 @@
5         def __init__(self):
6                 self.keyring = gnomekeyring.get_default_keyring_sync()
7                 if self.keyring is None:
8 -                       self.keyring = 'default'
9 +                       self.keyring = 'login'
10                 try:
11                         gnomekeyring.create_sync(self.keyring, None)
12                 except gnomekeyring.AlreadyExistsError:
This page took 0.25926 seconds and 3 git commands to generate.