From kde-commits Fri Sep 30 22:36:06 2005 From: Koos Vriezen Date: Fri, 30 Sep 2005 22:36:06 +0000 To: kde-commits Subject: extragear/multimedia/kmplayer/src Message-Id: <1128119766.290176.28699.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112811977219992 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 .. }