[Libreoffice-commits] core.git: avmedia/source

Noel Grandin noel at peralex.com
Wed Jun 10 08:00:16 PDT 2015


 avmedia/source/framework/mediacontrol.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9a5323655355a01be582a556a99e410c4064ebe4
Author: Noel Grandin <noel at peralex.com>
Date:   Wed Jun 10 16:58:54 2015 +0200

    tdf#90077 fix freeze when enabling media toolbar in Impress
    
    Change-Id: I402bd7319d31859510a06644eb7dc786d56b312e
    Reviewed-on: https://gerrit.libreoffice.org/16213
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx
index 0338135..e98776a 100644
--- a/avmedia/source/framework/mediacontrol.cxx
+++ b/avmedia/source/framework/mediacontrol.cxx
@@ -597,7 +597,6 @@ IMPL_LINK( MediaControl, implZoomSelectHdl, ListBox*, p )
 IMPL_LINK_NOARG_TYPED(MediaControl, implTimeoutHdl, Idle *, void)
 {
     update();
-    maIdle.Start();
 }
 
 }


More information about the Libreoffice-commits mailing list