diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-10 09:58:28 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-02-10 09:58:28 +0100 |
commit | 1dd5716bd9a9d68b2a13c1bd0c03617261743412 (patch) | |
tree | 63e1f0f0f3103b91b65bdcd4d92c241df7d4fd23 /src/adblock/adblockrule.cpp | |
parent | Merge branch 'master' of git://anongit.kde.org/rekonq (diff) | |
download | rekonq-1dd5716bd9a9d68b2a13c1bd0c03617261743412.tar.xz |
Consider option && ~option as null rules when option is not implemented
BUG: 246801
Diffstat (limited to 'src/adblock/adblockrule.cpp')
-rw-r--r-- | src/adblock/adblockrule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adblock/adblockrule.cpp b/src/adblock/adblockrule.cpp index 87fcb680..d65c340d 100644 --- a/src/adblock/adblockrule.cpp +++ b/src/adblock/adblockrule.cpp @@ -4,7 +4,7 @@ * * Copyright (c) 2009 by Zsombor Gegesy <gzsombor@gmail.com> * Copyright (c) 2009 by Benjamin C. Meyer <ben@meyerhome.net> - * Copyright (C) 2010-2011 by Andrea Diamantini <adjam7 at gmail dot com> + * Copyright (C) 2010-2012 by Andrea Diamantini <adjam7 at gmail dot com> * * * This program is free software; you can redistribute it and/or |