Playlist button now toggle playlist window.

This commit is contained in:
Tobias Rundstrom 2006-02-26 18:20:54 -03:00
parent 9693e64dab
commit e6f333f2b4
4 changed files with 12 additions and 4 deletions

View file

@ -118,6 +118,7 @@ MainDisplay::SetupToggleButtons (void)
m_pls = new ToggleButton (this, Skin::PLS_ON_0, Skin::PLS_ON_1,
Skin::PLS_OFF_0, Skin::PLS_OFF_1);
m_pls->move(242, 58);
connect (m_pls, SIGNAL(clicked()), window(), SLOT(togglePL()));
m_eq = new ToggleButton (this, Skin::EQ_ON_0, Skin::EQ_ON_1,
Skin::EQ_OFF_0, Skin::EQ_OFF_1);