gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-446-g227486d
Date: Wed, 30 Mar 2011 20:22:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  227486db4262b69ab6895fdea97d2a8166d134bf (commit)
      from  d4a7658013172eaa4f7bdec27aa6b3e5ad32286c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=227486db4262b69ab6895fdea97d2a8166d134bf


commit 227486db4262b69ab6895fdea97d2a8166d134bf
Author: Sandro Santilli <address@hidden>
Date:   Wed Mar 30 22:21:36 2011 +0200

    Do not execute any actionscript outside of the main loop. Fixes bug #32956.

diff --git a/gui/gtk/gtk.cpp b/gui/gtk/gtk.cpp
index 26d66cd..4c5bd6e 100644
--- a/gui/gtk/gtk.cpp
+++ b/gui/gtk/gtk.cpp
@@ -264,9 +264,6 @@ GtkGui::init(int argc, char **argv[])
 bool
 GtkGui::run()
 {
-    // Kick-start before setting the interval timeout
-    advance_movie(this);
-    
     gtk_main();
     return true;
 }

-----------------------------------------------------------------------

Summary of changes:
 gui/gtk/gtk.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]