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-436-g0eb5cf2
Date: Wed, 30 Mar 2011 12:55:14 +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  0eb5cf2460dec701ff9bbeb0eb710ec20301450b (commit)
      from  d3ee7f35f388e7e8dbbba816160a75756f4c92d3 (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=0eb5cf2460dec701ff9bbeb0eb710ec20301450b


commit 0eb5cf2460dec701ff9bbeb0eb710ec20301450b
Author: Sandro Santilli <address@hidden>
Date:   Wed Mar 30 14:55:02 2011 +0200

    Don't use an arbitrary string as a format

diff --git a/gui/gtk/gtk.cpp b/gui/gtk/gtk.cpp
index a669c92..fe79e20 100644
--- a/gui/gtk/gtk.cpp
+++ b/gui/gtk/gtk.cpp
@@ -2126,7 +2126,7 @@ GtkGui::yesno(const std::string& question)
         GTK_DIALOG_MODAL,
         GTK_MESSAGE_QUESTION,
         GTK_BUTTONS_YES_NO,
-        question.c_str());
+        "%s", question.c_str());
 
     switch (gtk_dialog_run(GTK_DIALOG(dialog)))
     {

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

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]