Disable a notification if no problems were found.
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 31 Dec 2024 11:14:36 +0000 (11:14 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 31 Dec 2024 11:14:36 +0000 (11:14 +0000)
Forwarded: not-needed
Last-Update: 2018-09-07

Gbp-Pq: Name 110_disable_no_problems_found_popup.diff

src/k3bsystemproblemdialog.cpp

index cd42db63e388f558147e4d005f1ae83dab546298..24a0d22f52e0a1d038fd94df2fd632bf5200602c 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 {