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. 8f84dda5c238731f4b36


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 8f84dda5c238731f4b36f54afaa8320c982a4c9c
Date: Wed, 19 Jan 2011 17:39: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  8f84dda5c238731f4b36f54afaa8320c982a4c9c (commit)
      from  c9a34528fba38f6688d5ac700b2a8e546e6e457b (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=8f84dda5c238731f4b36f54afaa8320c982a4c9c


commit 8f84dda5c238731f4b36f54afaa8320c982a4c9c
Author: Benjamin Wolsey <address@hidden>
Date:   Wed Jan 19 18:36:54 2011 +0100

    Try fixing all extensions, complete or not.

diff --git a/extensions/dbus/dbus_ext.cpp b/extensions/dbus/dbus_ext.cpp
index 117e4ba..32cfe0d 100644
--- a/extensions/dbus/dbus_ext.cpp
+++ b/extensions/dbus/dbus_ext.cpp
@@ -33,6 +33,7 @@
 #include "fn_call.h"
 #include "as_object.h"
 #include "Global_as.h"
+#include "as_function.h"
 
 using namespace std;
 
diff --git a/extensions/dejagnu/dejagnu.cpp b/extensions/dejagnu/dejagnu.cpp
index 399e888..8305efd 100644
--- a/extensions/dejagnu/dejagnu.cpp
+++ b/extensions/dejagnu/dejagnu.cpp
@@ -27,6 +27,7 @@
 #include "dejagnu.h"
 #include "fn_call.h"
 #include "as_object.h"
+#include "as_function.h"
 #include "Global_as.h"
 
 using namespace std;
diff --git a/extensions/gtk2/gtkext.cpp b/extensions/gtk2/gtkext.cpp
index fa240cd..28c355c 100644
--- a/extensions/gtk2/gtkext.cpp
+++ b/extensions/gtk2/gtkext.cpp
@@ -38,7 +38,7 @@
 #include "as_function.h"
 #include "debugger.h"
 #include "gtkext.h"
-//#include "Player.h"
+#include "as_function.h"
 
 using namespace std;
 

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

Summary of changes:
 extensions/dbus/dbus_ext.cpp   |    1 +
 extensions/dejagnu/dejagnu.cpp |    1 +
 extensions/gtk2/gtkext.cpp     |    2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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