_disable_no_problems_found_popup
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Fri, 7 Sep 2018 05:40:21 +0000 (07:40 +0200)
committerPino Toscano <pino@debian.org>
Fri, 7 Sep 2018 05:40:21 +0000 (07:40 +0200)
Gbp-Pq: Name 110_disable_no_problems_found_popup.diff

src/k3bsystemproblemdialog.cpp

index ddd64ec835a1ea8287e3109ed2ecd3da4b3ba79d..8895b0f8d149072a2f5025ec180df1dce3932572 100644 (file)
@@ -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 {