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

List:       kde-commits
Subject:    kdevelop/parts/outputviews
From:       Volker Krause <volker.krause () rwth-aachen ! de>
Date:       2004-08-20 18:24:22
Message-ID: 20040820182422.DCB7A92B4 () office ! kde ! org
[Download RAW message or body]

CVS commit by vkrause: 

Fix passive popup placement and taskbar flashing for notifications.


  M +2 -2      makewidget.cpp   1.108


--- kdevelop/parts/outputviews/makewidget.cpp  #1.107:1.108
@@ -523,10 +523,10 @@ void MakeWidget::slotProcessExited(KProc
                 if (childproc->exitStatus())
                 {
-                        KNotifyClient::event( "ProcessError", i18n("The process has \
finished with errors")); +                        KNotifyClient::event( \
topLevelWidget()->winId(), "ProcessError", i18n("The process has finished with \
errors"));  emit m_part->commandFailed(currentCommand);
                 }
                 else
                 {
-                        KNotifyClient::event( "ProcessSuccess", i18n("The process \
has finished successfully")); +                        KNotifyClient::event( \
topLevelWidget()->winId(), "ProcessSuccess", i18n("The process has finished \
successfully"));  emit m_part->commandFinished(currentCommand);
                 }


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

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