diff --git a/XmmsQT4.cpp b/XmmsQT4.cpp index 5d9a288..42b3b02 100644 --- a/XmmsQT4.cpp +++ b/XmmsQT4.cpp @@ -22,6 +22,7 @@ XmmsQT4::XmmsQT4 (xmmsc_connection_t *xmmsc) : m_wsock = new QSocketNotifier (m_fd, QSocketNotifier::Write, this); connect (m_wsock, SIGNAL (activated (int)), SLOT (OnWrite ())); m_wsock->setEnabled (false); + running_ = true; }