libsaria: Send a PLAYLIST_CHANGED notification when loading

To tell the UI what gui settings need to be changed.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-11-22 09:50:06 -05:00
parent 98934ff42d
commit a4b154765f
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ namespace libsaria
flags |= PL_SORTED;
do_sort();
}
notify(PLAYLIST_CHANGED, this);
}
void Playlist::save(ofstream &stream)