From b219b24f587877d41d5a371585acdf63d994e2c0 Mon Sep 17 00:00:00 2001
From: Andrea Diamantini <adjam7@gmail.com>
Date: Fri, 16 Sep 2011 17:04:31 +0200
Subject: Get sure mainWindow() exists before trying applying settings

BUG: 272107
---
 src/adblock/adblockmanager.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/adblock')

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
-- 
cgit v1.2.1