Revision 855548
Go back to digest for 7th September 2008Bug Fixes in Multimedia
Michael Pyne committed changes in /trunk/KDE/kdemultimedia/juk:
Fun thing to do with JuK:
Pause playback.
Type in something into the search widget
Press enter to play the first matched song.
A song will play alright, but the playingFile will be thought to be null for some reason.
I've tracked down that this is probably due to there being no selected item in the visible results when enter is pressed, so I've made the search widget's returnPressed() signal manually play the first listed match instead of relying on Playlist's returnPressed() signal to work.
File Changes
Modified 3 files
- /trunk/KDE/kdemultimedia/juk
- /playlistsplitter.cpp
- /searchwidget.cpp
- /searchwidget.h
3 files changed in total