summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-13 18:34:33 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-13 18:34:33 +0100
commitb3938fc6d23373e8331385e52ca36d3eb0ef7337 (patch)
treed67bfd779ac14bc0d4a4e3e7a128c42940408d3a /src/Gui
parent6a5213d686669b5b4e425bb7d97a96db57345b30 (diff)
downloadabrt-b3938fc6d23373e8331385e52ca36d3eb0ef7337.tar.gz
abrt-b3938fc6d23373e8331385e52ca36d3eb0ef7337.tar.xz
abrt-b3938fc6d23373e8331385e52ca36d3eb0ef7337.zip
add an URL to Gnome keyring API (it wasn't trivial to google for)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/ConfBackend.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Gui/ConfBackend.py b/src/Gui/ConfBackend.py
index 024a1033..1d6ac9ea 100644
--- a/src/Gui/ConfBackend.py
+++ b/src/Gui/ConfBackend.py
@@ -1,5 +1,8 @@
from abrt_utils import _
+# Doc on Gnome keyring API:
+# http://library.gnome.org/devel/gnome-keyring/stable/
+
#FIXME: add some backend factory
try: