Disable a notification if no problems were found.
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Mon, 23 Dec 2024 19:38:15 +0000 (20:38 +0100)
committerAurélien COUDERC <coucouf@debian.org>
Mon, 23 Dec 2024 19:38:15 +0000 (20:38 +0100)
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 {