| Summary: | Kopete opens multiple browser windows | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Pablo Dal Lago <pdallago> |
| Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.9.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pablo Dal Lago
2005-03-12 14:21:34 UTC
MSN uses KRun for this call: KRun::runURL( KURL::fromPathOrURL( tmpMailFile.name() ), "text/html" , true ); KRun should be using whatever app is associated with text/html to topen that file. So all you need to do is associate text/html with Firefox instead of Konqueror. Since you already have Firefox set to be your default browser this shouldn't be much of a problem. |