correction to [2069]

This commit is contained in:
fgerlits 2006-05-19 16:33:39 +00:00
parent c1b1b7abf4
commit 02aded087e

View file

@ -759,7 +759,7 @@ SearchWindow :: onExportPlaylist(void) throw ()
gLiveSupport,
gLiveSupport->getBundle("exportPlaylistWindow"),
playlist));
} catch (XmlRpcException &e) {
} catch (std::invalid_argument &e) {
std::cerr << e.what() << std::endl;
return;
}