~ubuntu-branches/ubuntu/quantal/gecko-mediaplayer/quantal

« back to all changes in this revision

Viewing changes to debian/patches/91_svn421_disable_npp_initialize.patch

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-07-17 22:24:37 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20110717222437-f0skmzay316o4rve
Tags: 1.0.4-0ubuntu1
* New upstream release.
* debian/patches:
 - 90_svn420_fix_null.patch: Remove, merged upstream.
 - 91_svn421_disable_npp_initialize.patch: Remove, merged upstream.
 - dont_use_libxul.patch: Remove, fixed upstream.
 - autotools.patch: Remove, not needed now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: Julien Lavergne <gilir@ubuntu.com>
2
 
 
3
 
---
4
 
The information above should follow the Patch Tagging Guidelines, please
5
 
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
6
 
are templates for supplementary fields that you might want to add:
7
 
 
8
 
Origin: <upstream>, <http://code.google.com/p/gecko-mediaplayer/source/detail?r=421>
9
 
Bug: <http://code.google.com/p/gecko-mediaplayer/issues/detail?id=124>
10
 
Last-Update: <2011-01-28>
11
 
 
12
 
--- gecko-mediaplayer-1.0.0.orig/src/np_entry.cpp
13
 
+++ gecko-mediaplayer-1.0.0/src/np_entry.cpp
14
 
@@ -175,7 +175,7 @@ NPError OSCALL NP_Initialize(NPNetscapeF
15
 
     pluginFuncs->javaClass = NPP_GetJavaClass();
16
 
 #endif
17
 
 
18
 
-    NPP_Initialize();
19
 
+    // NPP_Initialize();
20
 
 #endif
21
 
 
22
 
     return NPERR_NO_ERROR;