]> git.pld-linux.org Git - packages/gajim.git/commitdiff
This commit was manufactured by cvs2git to create branch 'unlabeled-1.64.2'.
authorcvs2git <feedback@pld-linux.org>
Mon, 2 May 2011 13:34:56 +0000 (13:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2011-05-02 13:34:56 UTC wrobell <wrobell@pld-linux.org> '- one sqlite module shall be enough, ver. 0.2'
Delete:
    gajim-keyring-bug.patch

gajim-keyring-bug.patch [deleted file]

diff --git a/gajim-keyring-bug.patch b/gajim-keyring-bug.patch
deleted file mode 100644 (file)
index 53b855e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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.036398 seconds and 4 git commands to generate.