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_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1611-g489b9b7
Date: Mon, 25 Feb 2013 22:10:05 +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  489b9b7dc9c4feaf31f373033fb8501957ea1d91 (commit)
      from  dc00572cc0c1bfa95a7896c36fca2c94ce931565 (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=489b9b7dc9c4feaf31f373033fb8501957ea1d91


commit 489b9b7dc9c4feaf31f373033fb8501957ea1d91
Author: Rob Savoye <address@hidden>
Date:   Mon Feb 25 15:09:49 2013 -0700

    reverse order of args

diff --git a/gui/gtk/gtk.cpp b/gui/gtk/gtk.cpp
index bd9bda0..5572843 100644
--- a/gui/gtk/gtk.cpp
+++ b/gui/gtk/gtk.cpp
@@ -597,7 +597,7 @@ GtkGui::startAdvanceTimer()
             (GSourceFunc)advance_movie, this, NULL);
 
     log_debug(_("Advance interval timer set to %d ms (~ %d FPS)"),
-            _interval, _interval ? 1000 : 1000/_interval);
+            _interval, _interval ? 1000/_interval : 1000);
 }
 
 /*private*/

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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