SVN commit 465825 by vriezen: Partially undo r462913, that didn't work for video because there was no one to actually position the video widget anymore M +3 -2 kmplayer_smil.cpp --- trunk/extragear/multimedia/kmplayer/src/kmplayer_smil.cpp #465824:465825 @@ -1942,8 +1942,9 @@ src = mrl->src; pretty_name = mrl->pretty_name; } - chosenOne->setState (state_activated); - Mrl::activate (); + // we must active chosenOne, it must set video position by itself + setState (state_activated); + chosenOne->activate (); } else finish (); // Uhm, no children then also no mrl .. }