diff --git a/livesupport/src/products/gLiveSupport/src/SearchWindow.cxx b/livesupport/src/products/gLiveSupport/src/SearchWindow.cxx index 908e8f3db..0667b8efd 100644 --- a/livesupport/src/products/gLiveSupport/src/SearchWindow.cxx +++ b/livesupport/src/products/gLiveSupport/src/SearchWindow.cxx @@ -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; }