diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-15 00:38:50 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-15 00:38:50 +0100 |
commit | ae8aceced59f5d8721e986e7fc1c66c9026e87df (patch) | |
tree | ffe1c74221a3bb674c782ed5c1807fec699b20c1 /src/settings/settings_adblock.ui | |
parent | Merge commit 'refs/merge-requests/105' of git://gitorious.org/rekonq/mainline... (diff) | |
download | rekonq-ae8aceced59f5d8721e986e7fc1c66c9026e87df.tar.xz |
Created a new Network Widget containing Cache, Cookies & Proxy Settings.
This for multiple purposes:
- clean a bit our settings dialog. Network settings are usually the less used
- Provide a unique place where managing the settings network related. This to
implement (one day) some better Ui to manage them.
This commit also fixes all the handling with the network & the adblock widgets
related to updating buttons and settings Ui at the beginning.
Diffstat (limited to 'src/settings/settings_adblock.ui')
-rw-r--r-- | src/settings/settings_adblock.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/settings_adblock.ui b/src/settings/settings_adblock.ui index 28e1f973..445431c5 100644 --- a/src/settings/settings_adblock.ui +++ b/src/settings/settings_adblock.ui @@ -22,7 +22,7 @@ </widget> </item> <item> - <widget class="QCheckBox" name="checkHideImages"> + <widget class="QCheckBox" name="checkHideAds"> <property name="text"> <string>&Hide filtered Elements</string> </property> |