diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-26 12:46:21 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-26 12:46:21 +0200 |
commit | 596e85667d9b2863340318a061dafa676111ff2c (patch) | |
tree | 602cd26418abab05643127331d8e3a28ae1af700 /src/cleardata.ui | |
parent | Clear Data UI (diff) | |
download | rekonq-596e85667d9b2863340318a061dafa676111ff2c.tar.xz |
New Clear Private Data action
Needs some fixes..
Diffstat (limited to 'src/cleardata.ui')
-rw-r--r-- | src/cleardata.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cleardata.ui b/src/cleardata.ui index 217ef136..94a39c69 100644 --- a/src/cleardata.ui +++ b/src/cleardata.ui @@ -26,6 +26,9 @@ <property name="text"> <string>history</string> </property> + <property name="checked"> + <bool>true</bool> + </property> </widget> </item> <item> @@ -33,6 +36,9 @@ <property name="text"> <string>Cookies</string> </property> + <property name="checked"> + <bool>true</bool> + </property> </widget> </item> <item> @@ -40,6 +46,9 @@ <property name="text"> <string>Cached web pages</string> </property> + <property name="checked"> + <bool>true</bool> + </property> </widget> </item> <item> @@ -47,6 +56,9 @@ <property name="text"> <string>Website Icons</string> </property> + <property name="checked"> + <bool>true</bool> + </property> </widget> </item> <item> |