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: Rob Savoye
Subject: [Gnash-commit] gnash/plugin plugin.cpp
Date: Fri, 05 May 2006 22:17:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/05/05 22:17:01

Modified files:
        plugin         : plugin.cpp 

Log message:
        Don't compare supportsXEmbed to PR_TRUE.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/plugin/plugin.cpp.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: gnash/plugin/plugin.cpp
diff -u gnash/plugin/plugin.cpp:1.28 gnash/plugin/plugin.cpp:1.29
--- gnash/plugin/plugin.cpp:1.28        Mon Apr 24 23:05:55 2006
+++ gnash/plugin/plugin.cpp     Fri May  5 22:17:01 2006
@@ -227,7 +227,7 @@
                                NPNVSupportsXEmbedBool,
                                (void *)&supportsXEmbed);
 
-    if (err != NPERR_NO_ERROR || supportsXEmbed != PR_TRUE) {
+    if (err != NPERR_NO_ERROR || !supportsXEmbed) {
        log_warning("No xEmbed support in this Mozilla version!");
         return NPERR_INCOMPATIBLE_VERSION_ERROR;
     } else {




reply via email to

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