one more fix for 450bf1b6

This commit is contained in:
Andrzej Rybczak
2009-08-02 09:51:28 +02:00
parent 837560c536
commit d9b844fce2

View File

@@ -1384,7 +1384,8 @@ int main(int argc, char *argv[])
ShowMessage("Playlist \"%s\" renamed to \"%s\"", old_name.c_str(), new_name.c_str());
if (!Config.local_browser && myBrowser->Main())
myBrowser->GetDirectory("/");
myPlaylistEditor->Playlists->Clear(0);
if (myPlaylistEditor->Main())
myPlaylistEditor->Playlists->Clear(0);
}
}
}