From 52cdbf3b10333908693f21a7c04ff7983baf923e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 23 Nov 2008 21:22:33 +0000 Subject: fixed notification bug git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@629 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/songinfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/qmmpui/songinfo.cpp b/src/qmmpui/songinfo.cpp index 6760a6ac4..417db8a67 100644 --- a/src/qmmpui/songinfo.cpp +++ b/src/qmmpui/songinfo.cpp @@ -142,6 +142,7 @@ bool SongInfo::isEmpty () const void SongInfo::clear () { + m_path.clear(); m_strValues.clear(); m_numValues.clear(); m_stream = FALSE; -- cgit v1.2.3-13-gbd6f