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

List:       kde-commits
Subject:    KDE/kdebase/apps/konsole/konsole
From:       Kurt Hindenburg <kurt.hindenburg () kdemail ! net>
Date:       2006-07-10 18:50:00
Message-ID: 1152557400.570112.6048.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 560599 by hindenburg:

Fix minor EBN issue; adding single char string to a QString

 M  +1 -1      session.cpp  


--- trunk/KDE/kdebase/apps/konsole/konsole/session.cpp #560598:560599
@@ -182,7 +182,7 @@
   int result = sh->run(QFile::encodeName(pgm), args, term.toLatin1(),
           winId, add_to_utmp,
           ("DCOPRef("+appId+", konsole)").toLatin1(),
-          ("DCOPRef("+appId+", "+sessionId+")").toLatin1());
+          ("DCOPRef("+appId+", "+sessionId+')').toLatin1());
   if (result < 0) {     // Error in opening pseudo teletype
     kWarning()<<"Unable to open a pseudo teletype!"<<endl;
     QTimer::singleShot(0, this, SLOT(ptyError()));
[prev in list] [next in list] [prev in thread] [next in thread] 

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