https://bugs.kde.org/show_bug.cgi?id=385392

--- Comment #3 from RJVB <rjvber...@gmail.com> ---
The venom is in this hunk, the other appears to be without negative
side-effects:

diff --git kdevplatform/shell/documentationcontroller.cpp
kdevplatform/shell/documentationcontroller.cpp
index 7b0a0c156d..bde3c96ff4 100644
--- kdevplatform/shell/documentationcontroller.cpp
+++ kdevplatform/shell/documentationcontroller.cpp
@@ -128,7 +128,7 @@ DocumentationController::~DocumentationController()

 void DocumentationController::initialize()
 {
-    if(!documentationProviders().isEmpty() && !(Core::self()->setupFlags() &
Core::NoUi)) {
+    if (!(Core::self()->setupFlags() & Core::NoUi)) {
         Core::self()->uiController()->addToolView(i18n("Documentation"),
m_factory);
     }
 }
--

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to