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, 27 Feb 2008 08:48:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/02/27 08:48:14

Modified files:
        .              : ChangeLog 
        plugin         : plugin.cpp 

Log message:
        don't force verbosity from the plugin, the config file can be used for 
that.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5747&r2=1.5748
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/plugin.cpp?cvsroot=gnash&r1=1.98&r2=1.99

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5747
retrieving revision 1.5748
diff -u -b -r1.5747 -r1.5748
--- ChangeLog   27 Feb 2008 07:49:18 -0000      1.5747
+++ ChangeLog   27 Feb 2008 08:48:14 -0000      1.5748
@@ -1,3 +1,8 @@
+2008-02-27 Sandro Santilli <address@hidden>
+
+       * plugin/plugin.cpp: don't force verbosity, the config file can
+         be used for that.
+
 2008-02-27 Marcin Cieślak <address@hidden>
 
        * plugin/plugin.cpp: GIOCondition is a bitfield. Patch #6436.

Index: plugin/plugin.cpp
===================================================================
RCS file: /sources/gnash/gnash/plugin/plugin.cpp,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- plugin/plugin.cpp   27 Feb 2008 07:49:18 -0000      1.98
+++ plugin/plugin.cpp   27 Feb 2008 08:48:14 -0000      1.99
@@ -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.98 2008/02/27 07:49:18 strk Exp $ */
+/* $Id: plugin.cpp,v 1.99 2008/02/27 08:48:14 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "gnashconfig.h"
@@ -826,8 +826,8 @@
        size_t argc = 0;
        argv[argc++] = procname.c_str();
        
-       // Verbose
-       argv[argc++] = "-v";
+       // Don't force verbosity, use configuration for that
+       //argv[argc++] = "-v";
        
        // X window ID (necessary for gnash to function as a plugin)
        argv[argc++] = "-x";




reply via email to

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