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,
gLiveSupport->getBundle("exportPlaylistWindow"), gLiveSupport->getBundle("exportPlaylistWindow"),
playlist)); playlist));
} catch (XmlRpcException &e) { } catch (std::invalid_argument &e) {
std::cerr << e.what() << std::endl; std::cerr << e.what() << std::endl;
return; return;
} }