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

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/subversion
From:       Robert Gruber <rgruber () users ! sourceforge ! net>
Date:       2007-12-06 18:30:50
Message-ID: 1196965850.376994.15495.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 745649 by rgruber:

Fixed isLocalFile() check in KDevSvnPlugin::ctxBlame()


 M  +1 -1      kdevsvnplugin.cpp  


--- trunk/KDE/kdevplatform/plugins/subversion/kdevsvnplugin.cpp #745648:745649
@@ -494,7 +494,7 @@
         return;
     }
 
-    if( m_ctxUrlList.first().isLocalFile() )
+    if( !m_ctxUrlList.first().isLocalFile() )
     {
         KMessageBox::error( 0, i18n("Annotate is only supported on local files") );
         return;
[prev in list] [next in list] [prev in thread] [next in thread] 

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