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

@ -78,7 +78,7 @@ ToggleButton::ToggleButton (QWidget *parent, uint on_normal, uint on_pressed,
m_name_on_pressed = on_pressed;
m_name_off_normal = off_normal;
m_name_off_pressed = off_pressed;
m_toggled_on = true;
m_toggled_on = false;
connect (this, SIGNAL(clicked()), this, SLOT (toggleOn()));
}