[Bug 57586] when trying to save playlist on a readonly filesystem no errors are reported

kdozer at topicbox.com kdozer at topicbox.com
Fri May 2 03:49:20 BST 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=57586     




------- Additional Comments From kdozer at topicbox.com  2003-05-02 04:49 -------
 
I gues this bug is for the split playlist (not the excellent gui) 
 
I can confirm this. - there doesn't seem to be any error reporting done when saving.- 
 
noatun/modules/splitplaylist/view.cpp : 
 
833 void View::save() 
834 { 
835         if (mPlaylistFile.isMalformed()) { saveAs(); return; } 
836         saveToURL(mPlaylistFile); 
837         setModified(false); 
838 } 
839  
840 void View::saveAs() 
841 { 
842         KURL u=KFileDialog::getSaveURL(0, "*.xml splitplaylistdata *.pls *.m3u\n*", this, 
i18n("Save Playlist")); 
843         if (u.isMalformed()) return; 
844         mPlaylistFile = u; 
845         save(); 
846 }



More information about the kde-multimedia mailing list