gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog plugin/plugin.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog plugin/plugin.cpp
Date: Wed, 01 Aug 2007 04:02:14 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/08/01 04:02:13

Modified files:
        .              : ChangeLog 
        plugin         : plugin.cpp 

Log message:
                * plugin/plugin.cpp: run 'gtk-gnash' by default.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3892&r2=1.3893
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/plugin.cpp?cvsroot=gnash&r1=1.79&r2=1.80

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3892
retrieving revision 1.3893
diff -u -b -r1.3892 -r1.3893
--- ChangeLog   31 Jul 2007 21:59:49 -0000      1.3892
+++ ChangeLog   1 Aug 2007 04:02:13 -0000       1.3893
@@ -1,3 +1,7 @@
+2007-08-01 Sandro Santilli <address@hidden>
+
+       * plugin/plugin.cpp: run 'gtk-gnash' by default.
+
 2007-07-31 Sandro Santilli <address@hidden>
 
        * configure.ac, gui/Makefile.am: comment out --enable-dynamic-gui

Index: plugin/plugin.cpp
===================================================================
RCS file: /sources/gnash/gnash/plugin/plugin.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- plugin/plugin.cpp   1 Jul 2007 10:54:14 -0000       1.79
+++ plugin/plugin.cpp   1 Aug 2007 04:02:13 -0000       1.80
@@ -15,7 +15,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: plugin.cpp,v 1.79 2007/07/01 10:54:14 bjacques Exp $ */
+/* $Id: plugin.cpp,v 1.80 2007/08/01 04:02:13 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -473,7 +473,7 @@
     char *gnash_env = getenv("GNASH_PLAYER");
     if (!gnash_env) {
       procname = GNASHBINDIR;
-      procname += "/gnash";
+      procname += "/gtk-gnash";
     } else {
       procname = gnash_env;
     }




reply via email to

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