Fix bug when used together with metacity

The playlist and equalizer windows where hidden when switching to
another desktop
This commit is contained in:
Thomas Frauendorfer 2008-06-09 03:12:51 +02:00
parent 221e1255d0
commit d1a98b5367
3 changed files with 3 additions and 19 deletions

View file

@ -66,9 +66,6 @@ class PlaylistView : public QListView {
protected:
void mouseDoubleClickEvent (QMouseEvent *event);
private slots:
void on_item_clicked (QModelIndex index);
private:
Xmms::Playback::Status m_status;
QFont *m_font;