[kephra] 01/01: Fix for bug#767041

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Sun Nov 2 15:08:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to branch bug-767041
in repository kephra.

commit 531aca81338933911e23f58bc1bc6099526f0439
Author: Partha Pratim Mukherjee <ppm.floss at gmail.com>
Date:   Sun Nov 2 19:26:39 2014 +0530

    Fix for bug#767041
---
 lib/Kephra/Config/Interface.pm      | 2 +-
 share/config/global/data/search.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Kephra/Config/Interface.pm b/lib/Kephra/Config/Interface.pm
index 9ef50e1..4a3039b 100644
--- a/lib/Kephra/Config/Interface.pm
+++ b/lib/Kephra/Config/Interface.pm
@@ -16,7 +16,7 @@ sub load {
 	my $use_cache = _config()->{cache}{use}; # config allow to use the cache
 	my $load_cache = 0;                      # cache is successful loaded
 	my (%file,%old_index,%new_index);
-	if ($use_cache and 0) { # supend using cache
+	if ($use_cache) { # supend using cache
 		my $read = \&Kephra::Config::File::load;
 		my $path = \&Kephra::Config::filepath;
 		my $get_age = \&Kephra::File::IO::get_age;
diff --git a/share/config/global/data/search.yml b/share/config/global/data/search.yml
index 4a7cadd..43dc8fb 100644
--- a/share/config/global/data/search.yml
+++ b/share/config/global/data/search.yml
@@ -9,8 +9,8 @@ find:
     - static
     - Panel
     - 'man '
-    - Verst�ndnis
-    - gespr�ch
+    - Verstndnis
+    - gesprch
     - auch
     - welche
     - nur

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/kephra.git



More information about the Pkg-perl-cvs-commits mailing list