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

List:       kde-commits
Subject:    kdeextragear-2/konversation/konversation
From:       John Tapsell <john () geola ! co ! uk>
Date:       2004-08-19 17:59:54
Message-ID: 20040819175954.D655890CD () office ! kde ! org
[Download RAW message or body]

CVS commit by johnflux: 

In dcopSay, just open a query if an empty message is passed


  M +1 -1      server.cpp   1.233


--- kdeextragear-2/konversation/konversation/server.cpp  #1.232:1.233
@@ -1083,5 +1083,5 @@ void Server::dcopSay(const QString& targ
       query=getQueryByName(target);
     }
-    if(query) query->sendQueryText(command);
+    if(query && !command.isEmpty()) query->sendQueryText(command);
   }
 }


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

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