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

List:       kde-commits
Subject:    kdevelop/parts/doctreeview
From:       Roberto Raggi <roberto () kdevelop ! org>
Date:       2003-11-25 17:38:50
[Download RAW message or body]

CVS commit by raggi: 

fix compilation


  M +1 -1      doctreeviewwidget.cpp   1.74


--- kdevelop/parts/doctreeview/doctreeviewwidget.cpp  #1.73:1.74
@@ -765,5 +765,5 @@ void DocTreeDocbaseFolder::setOpen(bool 
         {
             FILE *f;
-            if ( (f = fopen(d.filePath(*it), "r")) != 0)
+            if ( (f = fopen( QFile::encodedName(d.filePath(*it)), "r")) != 0)
             {
                 readDocbaseFile(f);


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

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