Summary: | Plugins are loaded automatically although "Manually Load Plugins" is set | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Dominik Cermak <d.cermak> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | latest git snapshot | ||
Target Milestone: | 0.9 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch to make it work
Better patch |
Description
Dominik Cermak
2012-02-10 09:24:37 UTC
I'm on qtwebkit 2.2.1 if it's relevant. Created attachment 68686 [details]
Patch to make it work
With the attached patch it seems to work, but I don't know why those lines were put there (if there was a specific reason it probably won't be wise to remove them).
Created attachment 68687 [details]
Better patch
Probably it's better to change the 'or' to an 'and' then to remove it completely.
Git commit d870aaf59eb31fdee8099cf4cef03152e418be78 by Andrea Diamantini. Committed on 11/02/2012 at 09:38. Pushed by adjam into branch 'master'. Let "Manually load Plugins" work again Courtesy patch by: Dominik Cermak. Thanks :) M +2 -2 src/webpluginfactory.cpp M +1 -1 src/webpluginfactory.h http://commits.kde.org/rekonq/d870aaf59eb31fdee8099cf4cef03152e418be78 |