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 [release_0_8_2_rc1]


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog plugin/plugin.cpp [release_0_8_2_rc1]
Date: Wed, 27 Feb 2008 08:47:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Sandro Santilli <strk>  08/02/27 08:47:39

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&only_with_tag=release_0_8_2_rc1&r1=1.5711.2.25&r2=1.5711.2.26
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/plugin.cpp?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.97.2.1&r2=1.97.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5711.2.25
retrieving revision 1.5711.2.26
diff -u -b -r1.5711.2.25 -r1.5711.2.26
--- ChangeLog   27 Feb 2008 07:48:17 -0000      1.5711.2.25
+++ ChangeLog   27 Feb 2008 08:47:38 -0000      1.5711.2.26
@@ -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.97.2.1
retrieving revision 1.97.2.2
diff -u -b -r1.97.2.1 -r1.97.2.2
--- plugin/plugin.cpp   27 Feb 2008 07:47:47 -0000      1.97.2.1
+++ plugin/plugin.cpp   27 Feb 2008 08:47:39 -0000      1.97.2.2
@@ -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.97.2.1 2008/02/27 07:47:47 strk Exp $ */
+/* $Id: plugin.cpp,v 1.97.2.2 2008/02/27 08:47:39 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]