]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/phononwidget.cpp
Reset the file-item when the viewport is entered and files are selected. Otherwise...
[dolphin.git] / src / panels / information / phononwidget.cpp
index 7f2ca95648120696d3f78b06bffb0f436c2dc19e..a0bbcf2106289f9f102c819705118e5d73f0b359 100644 (file)
@@ -151,7 +151,7 @@ void PhononWidget::showEvent(QShowEvent *event)
 
         // Creating an audio player or video player instance might take up to
         // 2 seconds when doing it the first time. To prevent that the user
-        // interface gets noticable blocked, the creation is delayed until
+        // interface gets noticeable blocked, the creation is delayed until
         // the play button has been pressed (see PhononWidget::play()).
     }
 }
@@ -191,6 +191,7 @@ void PhononWidget::play()
         }
         m_media = m_audioMedia;
         m_media->setCurrentSource(m_url);
+        m_media->play();
         break;
 
     case Video: