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

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/projectmanagerview
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2009-07-19 1:01:05
Message-ID: 1247965265.636123.1300.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 999039 by apaku:

Fix display of path in the buildset view, not sure wether I broke that
or wether it was broken before and one of the reverted commits fixed it
as a side-effect.

 M  +1 -1      projectbuildsetmodel.cpp  


--- trunk/KDE/kdevplatform/plugins/projectmanagerview/projectbuildsetmodel.cpp #999038:999039
@@ -114,7 +114,7 @@
                 return m_items.at( idx.row() ).itemName();
                 break;
             case 1:
-                return m_items.at( idx.row() ).itemPath();
+                return KDevelop::joinWithEscaping( m_items.at( idx.row() ).itemPath(), '/', '\\');
                 break;
         }
     } else if(role == Qt::DecorationRole && idx.column()==0) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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