File r930082.diff of Package kdebase4-workspace
Subject: remove redundant warning From: wstephenson@suse.de Bug: Patch-upstream: 930082 --- solid/hal/halpower.cpp (revision 930081) +++ solid/hal/halpower.cpp (revision 930082) @@ -553,7 +553,7 @@ void HalPower::slotButtonPressed(Solid:: } break; default: - kWarning() << "Unknown button type" ; + //kWarning() << "Unknown button type"; break; } } Index: solid/hal/halpower.cpp ===================================================================