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

List:       kde-commits
Subject:    kdelibs/arts/knotify
From:       Russell Miller <rmiller () duskglow ! com>
Date:       2003-08-27 11:26:49
[Download RAW message or body]

CVS commit by rmiller: 



Moved to after processing, per carsten's request.


  M +7 -6      knotify.cpp   1.84


--- kdelibs/arts/knotify/knotify.cpp  #1.83:1.84
@@ -362,10 +362,4 @@ void KNotify::notify(const QString &even
     }
 
-    QByteArray qbd;
-    QDataStream ds(qbd, IO_WriteOnly);
-    ds << event << fromApp << text << sound << file << present << level
-        << winId << eventId;
-    emitDCOPSignal("notifySignal(QString,QString,QString,QString,QString,int,int,int,int)", qbd);
-
     // emit event
     if ( present & KNotifyClient::Sound ) // && QFile(sound).isReadable()
@@ -389,4 +383,11 @@ void KNotify::notify(const QString &even
     if ( present & KNotifyClient::Taskbar )
         notifyByTaskbar( checkWinId( fromApp, winId ));
+
+    QByteArray qbd;
+    QDataStream ds(qbd, IO_WriteOnly);
+    ds << event << fromApp << text << sound << file << present << level
+        << winId << eventId;
+    emitDCOPSignal("notifySignal(QString,QString,QString,QString,QString,int,int,int,int)", qbd);
+
 }
 


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

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