Disable a notification if no problems were found.
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 4 Feb 2021 15:05:56 +0000 (16:05 +0100)
committerPino Toscano <pino@debian.org>
Thu, 4 Feb 2021 15:05:56 +0000 (16:05 +0100)
Forwarded: not-needed
Last-Update: 2018-09-07

Gbp-Pq: Name 110_disable_no_problems_found_popup.diff

src/k3bsystemproblemdialog.cpp

index 4b85421c3ef9207a45258fdbd75317f5bd21fb4d..8c5bad24949763e2b862d3cf7f67181f36919648 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 {