projects
/
k3b.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1027e4d
)
Disable a notification if no problems were found.
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Thu, 7 Dec 2023 20:13:13 +0000
(15:13 -0500)
committer
Jesse Rhodes
<jesse@sney.ca>
Thu, 7 Dec 2023 20:13:13 +0000
(15:13 -0500)
Forwarded: not-needed
Last-Update: 2018-09-07
Gbp-Pq: Name 110_disable_no_problems_found_popup.diff
src/k3bsystemproblemdialog.cpp
patch
|
blob
|
history
diff --git
a/src/k3bsystemproblemdialog.cpp
b/src/k3bsystemproblemdialog.cpp
index aba7889b3264e0d76c28a489cf1f7df34aba5200..41213ca220bfdb30d6cf26fe18c0e48ac68be323 100644
(file)
--- a/
src/k3bsystemproblemdialog.cpp
+++ b/
src/k3bsystemproblemdialog.cpp
@@
-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 {