]> git.sesse.net Git - vlc/commit
Bug fixed in the "recently played" functionnality
authorLudovic Fauvet <etix@l0cal.com>
Mon, 20 Oct 2008 19:54:27 +0000 (21:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Oct 2008 11:08:03 +0000 (13:08 +0200)
commit9a38b276e6ddecdd032d5a1f2128530d2e3478ca
treed7a923f7a4633476b8c82d0bea31d21912869cf7
parente925457d4638486c6f841a0db3fee9af5de5e005
Bug fixed in the "recently played" functionnality

* A connect was called multiple times causing a wrong behaviour in the playlist.
* playlist_AddInput was replaced by playlist_Add to simplify code.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/menus.cpp
modules/gui/qt4/recents.cpp