diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-11-23 21:22:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-11-23 21:22:33 +0000 |
| commit | 52cdbf3b10333908693f21a7c04ff7983baf923e (patch) | |
| tree | 50274ebd548cb394ec0910aa956fab9e7448d36e /src | |
| parent | 60d5784c5d5e02990f57ace15cd264e35bdc5fe1 (diff) | |
| download | qmmp-52cdbf3b10333908693f21a7c04ff7983baf923e.tar.gz qmmp-52cdbf3b10333908693f21a7c04ff7983baf923e.tar.bz2 qmmp-52cdbf3b10333908693f21a7c04ff7983baf923e.zip | |
fixed notification bug
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@629 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmpui/songinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
