[rkward/work/fix_mac_bundle] rkward/windows: trying to fix the empty help pages

m.eik michalke meik.michalke at uni-duesseldorf.de
Sun Jun 26 14:44:58 UTC 2016


Git commit 5af67ab23ea3bbc32a7d199a8941afb429c5c9ac by m.eik michalke.
Committed on 26/06/2016 at 14:42.
Pushed by meikm into branch 'work/fix_mac_bundle'.

trying to fix the empty help pages

 - see https://mail.kde.org/pipermail/rkward-devel/2016-June/004622.html

M  +1    -1    rkward/windows/rkhtmlwindow.cpp

http://commits.kde.org/rkward/5af67ab23ea3bbc32a7d199a8941afb429c5c9ac

diff --git a/rkward/windows/rkhtmlwindow.cpp b/rkward/windows/rkhtmlwindow.cpp
index e53b7df..5b21e7e 100644
--- a/rkward/windows/rkhtmlwindow.cpp
+++ b/rkward/windows/rkhtmlwindow.cpp
@@ -67,7 +67,7 @@
 #include "../windows/rkworkplaceview.h"
 #include "../debug.h"
 
-RKWebPage::RKWebPage (RKHTMLWindow* window): KWebPage (window, KIOIntegration | KPartsIntegration) {
+RKWebPage::RKWebPage (RKHTMLWindow* window): KWebPage (window, NoIntegration) {
 	RK_TRACE (APP);
 	RKWebPage::window = window;
 	new_window = false;



More information about the rkward-tracker mailing list