Disable a notification if no problems were found.
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Wed, 1 Mar 2023 10:58:11 +0000 (11:58 +0100)
committerAurélien COUDERC <coucouf@debian.org>
Wed, 1 Mar 2023 10:58:11 +0000 (11:58 +0100)
Forwarded: not-needed
Last-Update: 2018-09-07

Gbp-Pq: Name 110_disable_no_problems_found_popup.diff

src/k3bsystemproblemdialog.cpp

index de4612f765e78dbd0a2139b251e83e7689baaba3..fefd66816cf2a56d43947e0023338043e491f878 100644 (file)
@@ -617,9 +617,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 {