diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-18 13:34:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-18 13:34:34 -0300 |
commit | 43235df8406f6e8e400de502d36b9fa46de12756 (patch) | |
tree | bacc677d4a6e30929068643edd2919dd40b8bfa1 /lib | |
parent | accf65eda77b9a6c6edffcca825ddbc32e3cc63b (diff) | |
download | keyringer-43235df8406f6e8e400de502d36b9fa46de12756.tar.gz keyringer-43235df8406f6e8e400de502d36b9fa46de12756.tar.bz2 |
Comments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/keyringer/functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 630f519..a2a35be 100644 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -24,6 +24,7 @@ function keyringer_config_load { keyringer_config_load_preferences } +# Load config preferences function keyringer_config_load_preferences { # Load custom keyring preferences if [ ! -z "$PREFERENCES" ] && [ -f "$PREFERENCES" ]; then |