diff --git a/src/plugins/backends/snore/notifywidget.cpp b/src/plugins/backends/snore/notifywidget.cpp index 70affe4..bff06f7 100644 --- a/src/plugins/backends/snore/notifywidget.cpp +++ b/src/plugins/backends/snore/notifywidget.cpp @@ -69,7 +69,7 @@ NotifyWidget::NotifyWidget(int pos,QWidget *parent) : m_start = QPoint(m_desktop.topRight().x(), m_dest.y()); snoreDebug( SNORE_DEBUG ) << m_dest << m_start << size(); - m_moveTimer->setInterval(2); + m_moveTimer->setInterval(1); connect( m_moveTimer, SIGNAL(timeout()), this, SLOT(slotMove())); } diff --git a/src/plugins/backends/snore/snorenotifier.cpp b/src/plugins/backends/snore/snorenotifier.cpp index b30df95..8a78e25 100644 --- a/src/plugins/backends/snore/snorenotifier.cpp +++ b/src/plugins/backends/snore/snorenotifier.cpp @@ -121,7 +121,6 @@ void SnoreNotifier::slotProcessQueue() startTimeout(notification); free = true; } - snoreDebug( SNORE_DEBUG ) << w << free; } }