Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37519514
en ru br
ALT Linux repos
S:0.6-alt22

Group :: Graphical desktop/KDE
RPM: quick-usb-formatter

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-big-message.patch
Download


--- a/src/window.cpp
+++ b/src/window.cpp
@@ -218,7 +218,8 @@ void Window::performAction(KAuth::Action
      //Syncronous
      if (reply->error()){
         //if (reply.type() == ActionReply::KAuthError) {
-            this->statusBar()->showMessage(i18n("Failed: Unable to authenticate/execute the action: %1, %2", reply->error(), reply->errorString()));
+            this->statusBar()->showMessage(i18n("%1, %2", reply->error(), reply->errorString()));
+            QMessageBox::warning(this, i18n("Warning"), i18n("Failed: Unable to authenticate/execute the action: %1, %2", reply->error(), reply->errorString()));
                 // There has been an internal KAuth error
         //} else {
                 // Our helper triggered a custom error
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin