Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108222 Details for
Bug 163941
net-p2p/azureus-2.5.0.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
replace the azureus-remove-win32-osx.patch with this file
azureus-remove-win32-osx.patch (text/plain), 1.51 KB, created by
Joshua A. Manis
on 2007-01-26 19:05:15 UTC
(
hide
)
Description:
replace the azureus-remove-win32-osx.patch with this file
Filename:
MIME Type:
Creator:
Joshua A. Manis
Created:
2007-01-26 19:05:15 UTC
Size:
1.51 KB
patch
obsolete
>--- org/gudy/azureus2/platform/PlatformManagerFactory.java.orig 2007-01-26 12:59:30.000000000 -0600 >+++ org/gudy/azureus2/platform/PlatformManagerFactory.java 2007-01-26 13:00:08.000000000 -0600 >@@ -40,46 +40,9 @@ > public static PlatformManager > getPlatformManager() > { >- try{ >- class_mon.enter(); >- >- if ( platform_manager == null ){ >- >- try{ >- if ( getPlatformType() == PlatformManager.PT_WINDOWS ){ >- >- platform_manager = org.gudy.azureus2.platform.win32.PlatformManagerImpl.getSingleton(); >- >- }else if( getPlatformType() == PlatformManager.PT_MACOSX ){ >- >- platform_manager = org.gudy.azureus2.platform.macosx.PlatformManagerImpl.getSingleton(); >- >- }else if( getPlatformType() == PlatformManager.PT_UNIX ){ >- >- platform_manager = org.gudy.azureus2.platform.unix.PlatformManagerImpl.getSingleton(); >- >- } >- }catch( PlatformManagerException e ){ >- >- // exception will already have been logged >- >- }catch( Throwable e ){ >- >- Debug.printStackTrace(e); >- } >- } >+ platform_manager = org.gudy.azureus2.platform.dummy.PlatformManagerImpl.getSingleton(); > >- if ( platform_manager == null ){ >- >- platform_manager = org.gudy.azureus2.platform.dummy.PlatformManagerImpl.getSingleton(); >- } >- >- return( platform_manager ); >- >- }finally{ >- >- class_mon.exit(); >- } >+ return( platform_manager ); > } > > public static int
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 163941
:
108208
|
108211
|
108213
| 108222 |
108225
|
108236