[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kdepim/enterprise4/kdepim/kleopatra/commands
From:       Marc Mutz <mutz () kde ! org>
Date:       2010-10-20 14:36:08
Message-ID: 20101020143608.1A42EAC89D () svn ! kde ! org
[Download RAW message or body]

SVN commit 1187846 by mutz:

GnuPGProcessCommand: show a message in the OutputDialog in all cases

Even if ignoresSuccessOrFailure is set.

 M  +3 -0      gnupgprocesscommand.cpp  


--- branches/kdepim/enterprise4/kdepim/kleopatra/commands/gnupgprocesscommand.cpp #1187845:1187846
@@ -263,6 +263,9 @@
         if ( status == QProcess::CrashExit )
             error( q->crashExitMessage( arguments ), q->errorCaption() );
         else if ( ignoresSuccessOrFailure )
+            if ( dialog )
+                message( i18n("Process finished") );
+            else
             ;
         else if ( code )
             error( q->errorExitMessage( arguments ), q->errorCaption() );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic