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

List:       kde-commits
Subject:    QUANTA_3_1_BRANCH: quanta
From:       Andras Mantia <amantia () freemail ! hu>
Date:       2003-05-31 13:18:05
[Download RAW message or body]

CVS commit by amantia: 

Backport: Show the directory on the remote PC when using Save As for remote files, \
instead trying to switch to the file on the local disc.


  M +4 -2      ChangeLog   1.90.2.74
  M +3 -1      quanta/qextfileinfo.cpp   1.19.2.2


--- quanta/ChangeLog  #1.90.2.73:1.90.2.74
@@ -4,6 +4,8 @@
   - bugfixes:
     - fix possible crashes when using plugins
-    - use the project base directory as the working directory for script actions [  \
#36415] +    - use the project base directory as the working directory for script \
                actions [#36415]
     - quote also the numbers in the attribute values     
+    - show the directory on the remote PC when using Save As for remote files,
+      instead trying to switch to the file on the local disc
     
   - usability enhancements:

--- quanta/quanta/qextfileinfo.cpp  #1.19.2.1:1.19.2.2
@@ -170,5 +170,7 @@ QString QExtFileInfo::shortName(const QS
 KURL QExtFileInfo::path( const KURL &url )
 {
-  return url.directory(false,false);
+  KURL result = url;
+  result.setPath(result.directory(false,false));
+  return result;      
 }
 


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

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