diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-28 19:16:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-28 19:16:11 +0100 |
commit | a90eb2e369ea85077671b71adef604d3b3010242 (patch) | |
tree | 671d98a0dc010a3d3878f8c671bf049e4ab28f0c | |
parent | Fixing clicktoflash code && license (diff) | |
download | rekonq-a90eb2e369ea85077671b71adef604d3b3010242.tar.xz |
Enabled load plugin manually as default settings
Someone worked a lot to implement it, it's right letting people seeing it..
-rw-r--r-- | src/rekonq.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 0875342c..d6fde9e8 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -101,7 +101,7 @@ <default>true</default> </entry> <entry name="pluginsEnabled" type="Int"> - <default>0</default> + <default>1</default> </entry> <entry name="javascriptCanOpenWindows" type="Bool"> <default>true</default> |