diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-09 20:23:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-09 20:23:00 +0900 |
commit | ea7224e45750c120b7bb6a2ef1298375ea6ad95a (patch) | |
tree | 6568d33e37b228d563348c9be4555b2e515d3994 /src/tastymenu.kcfg | |
parent | 4e0495add57599bcc2a6ac12d3f0a151fc4d636a (diff) | |
download | tastymenu-ea7224e45750c120b7bb6a2ef1298375ea6ad95a.tar.gz tastymenu-ea7224e45750c120b7bb6a2ef1298375ea6ad95a.zip |
Removed beagle related code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tastymenu.kcfg')
-rw-r--r-- | src/tastymenu.kcfg | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/tastymenu.kcfg b/src/tastymenu.kcfg index 792bbe7..c9ee460 100644 --- a/src/tastymenu.kcfg +++ b/src/tastymenu.kcfg @@ -99,13 +99,8 @@ </group> <group name="Behaviour"> - <entry name="KerryIntegration" type="Bool"> - <label>If the search field should perform queries with Kerry Beagle</label> - <default>false</default> - </entry> - <entry name="StrigiIntegration" type="Bool"> - <label>If the search field should perform queries with Strigi. - It has no effect when Kerry integration is enabled</label> + <entry name="StrigiIntegration" type="Bool"> + <label>If the search field should perform queries with Strigi.</label> <default>false</default> </entry> |