--- mythnetvision/mythnetvision/netsearch.cpp | 6 3 + 3 - 0 ! mythvideo/mythvideo/videodlg.h | 2 1 + 1 - 0 ! 2 files changed, 4 insertions(+), 4 deletions(-) Index: mythvideo/mythvideo/videodlg.h =================================================================== --- mythvideo/mythvideo/videodlg.h 2010-06-05 19:38:22.000000000 -0400 +++ mythvideo/mythvideo/videodlg.h 2010-07-01 22:26:25.000000000 -0400 @@ -153,7 +153,7 @@ QString RemoteImageCheck(QString host, QString filename); QString GetCoverImage(MythGenericTree *node); QString GetFirstImage(MythGenericTree *node, QString type, - QString gpnode = NULL, int levels = 0); + QString gpnode = QString(), int levels = 0); QString GetImageFromFolder(Metadata *metadata); QString GetScreenshot(MythGenericTree *node); QString GetBanner(MythGenericTree *node); Index: mythnetvision/mythnetvision/netsearch.cpp =================================================================== --- mythnetvision/mythnetvision/netsearch.cpp 2010-06-05 19:38:22.000000000 -0400 +++ mythnetvision/mythnetvision/netsearch.cpp 2010-07-01 22:29:30.000000000 -0400 @@ -38,9 +38,9 @@ m_downloadable(NULL), m_progress(NULL), m_busyPopup(NULL), m_okPopup(NULL), m_popupStack(), m_netSearch(NULL), - m_reply(NULL), m_currentSearch(NULL), - m_currentGrabber(0), m_currentCmd(NULL), - m_currentDownload(NULL), m_pagenum(0), + m_reply(NULL), m_currentSearch(QString()), + m_currentGrabber(0), m_currentCmd(QString()), + m_currentDownload(QString()), m_pagenum(0), m_lock(QMutex::Recursive) { m_mythXML = GetMythXMLURL();