diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-18 02:41:19 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-18 02:41:19 +0100 |
commit | 498fa3d925a00144e2c2f64340c8d6480689ae15 (patch) | |
tree | 775e3c1542ecb3c2751c0e79c406d8798696850b /src/rekonq.kcfg | |
parent | Working around about: protocol.. (diff) | |
download | rekonq-498fa3d925a00144e2c2f64340c8d6480689ae15.tar.xz |
improve rekonq first execution && fix (finally :D ) configuration
of toolbar
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index a24508fc..f008d608 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -23,6 +23,9 @@ <!-- General Settings --> <group name="General"> + <entry name="FirstExecution" type="Bool"> + <default>true</default> + </entry> <entry name="startupBehaviour" type="Int"> <default>1</default> </entry> |