Disable a notification if no problems were found.
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 28 Apr 2026 20:39:56 +0000 (22:39 +0200)
committerSalvo 'LtWorf' Tomaselli <ltworf@debian.org>
Tue, 28 Apr 2026 20:39:56 +0000 (22:39 +0200)
Forwarded: not-needed
Last-Update: 2018-09-07

Gbp-Pq: Name 110_disable_no_problems_found_popup.diff

src/k3bsystemproblemdialog.cpp

index de2f3edb41009e8078202636ae6080fce8af0997..69c828e1b04737db9c70c167d2c0399744db7246 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 {