diff options
Diffstat (limited to 'mail/thunderbird-devel')
-rw-r--r-- | mail/thunderbird-devel/files/patch-xpinstall-src-nsSoftwareUpdate.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/files/patch-xpinstall-src-nsSoftwareUpdate.cpp b/mail/thunderbird-devel/files/patch-xpinstall-src-nsSoftwareUpdate.cpp new file mode 100644 index 000000000000..ddbe8f4abe91 --- /dev/null +++ b/mail/thunderbird-devel/files/patch-xpinstall-src-nsSoftwareUpdate.cpp @@ -0,0 +1,11 @@ +--- xpinstall/src/nsSoftwareUpdate.cpp.orig Sat May 22 01:02:23 2004 ++++ xpinstall/src/nsSoftwareUpdate.cpp Thu Jul 29 22:48:34 2004 +@@ -512,7 +512,7 @@ + nsSoftwareUpdate::GetInstance) + NS_GENERIC_FACTORY_CONSTRUCTOR(nsInstallTrigger) + NS_GENERIC_FACTORY_CONSTRUCTOR(nsInstallVersion) +-NS_GENERIC_FACTORY_CONSTRUCTOR(nsXPInstallManager); ++NS_GENERIC_FACTORY_CONSTRUCTOR(nsXPInstallManager) + NS_GENERIC_FACTORY_CONSTRUCTOR(nsSoftwareUpdateNameSet) + + //---------------------------------------------------------------------- |