diff options
author | matgic78 <matgic78@gmail.com> | 2009-11-22 16:50:27 +0100 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2009-11-27 16:11:58 +0100 |
commit | eaa712d929127d252efd13522a6b76ea01c862a4 (patch) | |
tree | 41d7c1adf17d07296bb9e104fe0bb14fbb8f549a /src/rekonq.kcfg | |
parent | clicktoflash : step 2 make it work when there are more than one plugin in the... (diff) | |
download | rekonq-eaa712d929127d252efd13522a6b76ea01c862a4.tar.xz |
make clicktoflash optionnal
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index cc9c4317..0875342c 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -100,8 +100,8 @@ <entry name="javaEnabled" type="Bool"> <default>true</default> </entry> - <entry name="pluginsEnabled" type="Bool"> - <default>true</default> + <entry name="pluginsEnabled" type="Int"> + <default>0</default> </entry> <entry name="javascriptCanOpenWindows" type="Bool"> <default>true</default> |