Ticket #259 (closed Bug: Fixed)

Opened 3 years ago

Last modified 0 seconds ago

Wrong default path for save as covers

Reported by: bflorat Assigned to: bflorat
Priority: 3, low Milestone:
Component: (Java Developer) Functional Version: R 1.0
Keywords: Cc:

Description

Default cover save as location for remote covers in the
local cache directory instead of music directory.

Attachments

Change History

01/07/06 02:23:23 changed by wolfshorst

Logged In: YES 
user_id=1373296

Here's a fix for this:

In CoverView.java, method "actionPerformed()" after the
  "else if(e.getSource() == jbSaveAs ){ //save a file as.."
line. Change this line:
  "jfchooser.setSelectedFile(cover.getFile());"
to this:

if (cover.getType() != Cover.REMOTE_COVER) {
   jfchooser.setSelectedFile(cover.getFile());
}

01/07/06 18:29:33 changed by bflorat

Logged In: YES 
user_id=363565

Thanks for your patch and feedback. Note however that it was
already fixed in  the 1.0 maintenance branch (future 1.0.5
if any) and in the 1.1 branch. Our fixe should save as every
covers (inclusing remote) in the music directory.
For the moment, only two minor fixes have been done in 1.0.5
and we were waiting for more issues to release it, we will
discuss about opportunity to release a 1.0.5. In all cases,
upcoming 1.1 (in 3 or 4 weeks) will include this fix.
Bertrand

01/29/06 00:37:39 changed by bflorat

  • status changed from assigned to closed.

Add/Change #259 (Wrong default path for save as covers)




Action