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

List:       kde-commits
Subject:    kdenonbeta/kopete/libkopete
From:       Martijn Klingens <klingens () kde ! org>
Date:       2003-07-22 17:50:29
[Download RAW message or body]

CVS commit by mklingens: 

I don't think anyone ever compiled Kopete with this code path until I fixed
the #if KDE_VERSION, because it didn't even build...

fixing compile for KDE HEAD


  M +1 -1      kopetecommandhandler.cpp   1.26


--- kdenonbeta/kopete/libkopete/kopetecommandhandler.cpp  #1.25:1.26
@@ -177,5 +177,5 @@ void KopeteCommandHandler::slotExecComma
                 KProcess *proc = 0L;
                 #if KDE_IS_VERSION( 3, 1, 90 )
-                        if( kapp->authorized("shell_access") )
+                        if ( kapp->authorize( QString::fromLatin1( "shell_access" ) ) )
                                 proc = new KProcess(manager);
                 #else


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

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