diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-09-16 17:04:31 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-09-16 17:05:00 +0200 |
commit | b219b24f587877d41d5a371585acdf63d994e2c0 (patch) | |
tree | 84261047b40072049693678c5f68551b9d443179 /src/adblock | |
parent | Search with default searchEngine in errorPage (diff) | |
download | rekonq-b219b24f587877d41d5a371585acdf63d994e2c0.tar.xz |
Get sure mainWindow() exists before trying applying settings
BUG: 272107
Diffstat (limited to 'src/adblock')
-rw-r--r-- | src/adblock/adblockmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/adblock/adblockmanager.h b/src/adblock/adblockmanager.h index 1736b2f3..216764eb 100644 --- a/src/adblock/adblockmanager.h +++ b/src/adblock/adblockmanager.h @@ -64,7 +64,7 @@ // There are 3 kind of filter options: // // --- ### TYPE OPTIONS -// +// // You can also specify a number of options to modify the behavior of a filter. // You list these options separated with commas after a dollar sign ($) at the end of the filter // @@ -87,7 +87,7 @@ // // // --- ### INVERSE TYPE OPTIONS -// +// // Inverse type options are allowed through the ~ sign, for example: // // RULE=*/ads/*~$script,match-case |