]> Some of my projects - aniplayer-old.git/commitdiff
- Should have pushed previously...
authorunknown <APTX@.(none)>
Sat, 28 Mar 2009 14:34:41 +0000 (15:34 +0100)
committerunknown <APTX@.(none)>
Sat, 28 Mar 2009 14:34:41 +0000 (15:34 +0100)
src/videowindow.cpp

index 269654f0d63d8a746514dd3d75c4369382a5dfee..28859d7b207253cbf25c0a09c54d2a2df54b1764 100644 (file)
@@ -408,7 +408,7 @@ qDebug() << "Media changed state from" << oldstate << "to" << newstate;
                        if (!isFullScreen())
                                resizeToVideo();
 #endif
-                       if (addCommand)
+                       if (!m_marked)
                                addCommand->deleteLater();
 
                        addCommand = new MylistAddCommand(m_currentFile, this);