From: Debian Qt/KDE Maintainers Date: Fri, 7 Sep 2018 05:40:21 +0000 (+0200) Subject: _disable_no_problems_found_popup X-Git-Tag: archive/raspbian/24.05.2-1+rpi1~1^2^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ab59a86acbb61a52542de680f251f89f3e6d203c;p=k3b.git _disable_no_problems_found_popup Gbp-Pq: Name 110_disable_no_problems_found_popup.diff --- diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index ddd64ec..8895b0f 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -622,9 +622,11 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le if( problems.isEmpty() ) { qDebug() << " - none - "; if( level == AlwaysNotify ) { +/* KNotification::event( "NoProblemsFound", i18n("System configured properly"), i18n("No problems found in system configuration.") ); +*/ } } else {