Revision 660021

Go back to digest for 6th May 2007

Features in Utilities

Rolf Eike Beer committed changes in /trunk/KDE/kdeutils/kgpg:

Clean up options stuff

1. The default keyserver was stored in the list of keyservers with the string " (Default)" appended. This string was fed through i18n() so the config file was not portable between different language settings.

Now it's very simple: the first server in the list is the default one.

2. If you have different settings between your GPG config and you KGPG config you'll end up having two different servers in the options dialog.

Now it's very simple (you've read this before, don't you?) GPG setting wins.

3. There is setting in KGPG config were to find the GPG config file. It's used only half of the time, when the options dialog is opened the GPG config file is searched in the default path.

Whatever happens: we use the setting from the config file.

File Changes

Modified 2 files
  • /trunk/KDE/kdeutils/kgpg
  •   /kgpgoptions.cpp
  •   /kgpgoptions.h
2 files changed in total