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: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-69-g35bf4a6
Date: Thu, 17 Feb 2011 10:13:46 +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  35bf4a6181a3cb01c7c06f760713aca401bd3d16 (commit)
      from  585aa241f405ec6ac0b963ea4b93b8aecc5416f2 (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=35bf4a6181a3cb01c7c06f760713aca401bd3d16


commit 35bf4a6181a3cb01c7c06f760713aca401bd3d16
Author: Bastiaan Jacques <address@hidden>
Date:   Thu Feb 17 11:12:55 2011 +0100

    Tweak error message type for the correct consumer. Thanks Sandro.

diff --git a/libcore/TextField.cpp b/libcore/TextField.cpp
index c51d482..30a3c87 100644
--- a/libcore/TextField.cpp
+++ b/libcore/TextField.cpp
@@ -1457,7 +1457,7 @@ TextField::handleChar(std::wstring::const_iterator& it,
                             attloc = attributes.find("FACE");
                             if (attloc != attributes.end()) {
                                 if (attloc->second.empty()) {
-                                    log_error("Expected a font name in FACE 
attribute.");
+                                    log_aserror("Expected a font name in FACE 
attribute.");
                                 } else {
                                     //font FACE attribute
                                     Font* newfont = new Font(attloc->second,

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

Summary of changes:
 libcore/TextField.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]