avmedia/source/framework/mediacontrol.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit b75bda81c1eafeb9ff7e3dc5cfa4830c5da017c9 Author: Noel Grandin <[email protected]> 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 <[email protected]> Tested-by: Noel Grandin <[email protected]> diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx index a05c54b..cde96f3 100644 --- a/avmedia/source/framework/mediacontrol.cxx +++ b/avmedia/source/framework/mediacontrol.cxx @@ -605,7 +605,6 @@ IMPL_LINK( MediaControl, implZoomSelectHdl, ListBox*, p ) IMPL_LINK_NOARG_TYPED(MediaControl, implTimeoutHdl, Idle *, void) { update(); - maIdle.Start(); } } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
