]> git.pld-linux.org Git - packages/gajim.git/blobdiff - gajim-keyring-bug.patch
- obsolete
[packages/gajim.git] / gajim-keyring-bug.patch
diff --git a/gajim-keyring-bug.patch b/gajim-keyring-bug.patch
deleted file mode 100644 (file)
index 60d541b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gajim-0.14.4/src/common/passwords.py~      2010-10-01 22:19:07.000000000 +0200
-+++ gajim-0.14.4/src/common/passwords.py       2011-07-29 22:20:09.067102579 +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.046749 seconds and 4 git commands to generate.