diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-24 19:17:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-24 19:17:58 +0100 |
commit | b87a805af7b066159ff4f10ff9c30fd7428ea706 (patch) | |
tree | ebce1dea818a54bd51fbcff0074df793e4f09904 /src/rekonq.kcfg | |
parent | Here we are, with this commit I removed a lot of direct calls to (diff) | |
download | rekonq-b87a805af7b066159ff4f10ff9c30fd7428ea706.tar.xz |
Fixing panels
With this commit I fixed panel behaviour && saved some bytes
in their definition.
This will help hacking there (they are pretty the same now, I just
have no time to let them inherit from a parent "rekonq panel" class)
and will save some bytes in rekonq footprint :)
Diffstat (limited to 'src/rekonq.kcfg')
-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 f74fb144..a24508fc 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -35,7 +35,7 @@ <entry name="homePage" type="String"> <default>http://www.kde.org/</default> </entry> - <entry name="showSideBar" type="Bool"> + <entry name="showHistoryPanel" type="Bool"> <default>false</default> </entry> <entry name="showBookmarksPanel" type="Bool"> |