aMule Bug Tracker - aMule | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000249 | aMule | Misc | public | 2005-01-07 04:44 | 2005-04-24 15:33 |
Reporter | Kry | ||||
Assigned To | ken | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 2.0.0-rc8 | ||||
Target Version | Fixed in Version | SVN | |||
Fixed in Revision | |||||
Operating System | |||||
Summary | 0000249: On Mac, browers doesn't work | ||||
Description | Browser selection doesn't work at all on Mac. Well, selection does, but running them doesn't. | ||||
Steps To Reproduce | |||||
Additional Information | There's some nice code hanging around since long time ago, now removed: #ifdef __WXMAC__ #if 0 // Kry -Uh? wxString url1(url); if (url1.Left(5) != wxT("file:")) url1 = wxNativePathToURL(url1); OSStatus err; ICInstance inst; SInt32 startSel; SInt32 endSel; err = ICStart(&inst, 'STKA'); // put your app creator code here if (err == noErr) { #if !TARGET_CARBON err = ICFindConfigFile(inst, 0, nil); #endif if (err == noErr) { startSel = 0; endSel = wxStrlen(url1); err = ICLaunchURL(inst, "\p", url1, endSel, &startSel, &endSel); } ICStop(inst); } #endif Can someone make sense of it? ken? | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2005-01-07 04:44 | Kry | New Issue | |||
2005-01-07 04:45 | Kry | Status | new => assigned | ||
2005-01-07 04:45 | Kry | Assigned To | => ken | ||
2005-01-07 04:47 | Kry | Category | Feature Request => Misc | ||
2005-01-07 14:16 | blue_eclipse | Note Added: 0000496 | |||
2005-04-24 15:33 | ken | Status | assigned => resolved | ||
2005-04-24 15:33 | ken | Fixed in Version | => CVS | ||
2005-04-24 15:33 | ken | Resolution | open => fixed | ||
2005-04-24 15:33 | ken | Note Added: 0000906 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|