From 02aded087e3d14242189b1842a57076b2f20c816 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 19 May 2006 16:33:39 +0000 Subject: [PATCH] correction to [2069] --- livesupport/src/products/gLiveSupport/src/SearchWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }