gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/plugin plugin.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/plugin plugin.cpp
Date: Sat, 21 Oct 2006 01:19:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/21 01:19:03

Modified files:
        plugin         : plugin.cpp 

Log message:
        We want xEmbed-badly ;)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/plugin.cpp?cvsroot=gnash&r1=1.65&r2=1.66

Patches:
Index: plugin.cpp
===================================================================
RCS file: /sources/gnash/gnash/plugin/plugin.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- plugin.cpp  21 Oct 2006 00:28:49 -0000      1.65
+++ plugin.cpp  21 Oct 2006 01:19:03 -0000      1.66
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: plugin.cpp,v 1.65 2006/10/21 00:28:49 nihilus Exp $ */
+/* $Id: plugin.cpp,v 1.66 2006/10/21 01:19:03 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -199,9 +199,9 @@
 
       case NPPVpluginNeedsXEmbed:
 #ifdef HAVE_GTK2
-         *static_cast<PRBool *>(aValue) = PR_FALSE;
-#else
          *static_cast<PRBool *>(aValue) = PR_TRUE;
+#else
+         *static_cast<PRBool *>(aValue) = PR_FALSE;
 #endif
          break;
       case NPPVpluginTimerInterval:




reply via email to

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