| Summary: | Bad defaults; ktorrent should be in systray by default. | ||
|---|---|---|---|
| Product: | [Applications] ktorrent | Reporter: | Thomas Zander <zander> |
| Component: | general | Assignee: | Joris Guisson <joris.guisson> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Zander
2007-04-27 16:33:50 UTC
SVN commit 658553 by guisson: Show system tray icon is now enabled by default in config BUG: 144756 M +1 -1 ktorrent.kcfg --- trunk/extragear/network/ktorrent/libktorrent/ktorrent.kcfg #658552:658553 @@ -59,7 +59,7 @@ </entry> <entry name="showSystemTrayIcon" type="Bool"> <label>Show a system tray icon</label> - <default>false</default> + <default>true</default> </entry> <entry name="showSpeedBarInTrayIcon" type="Bool"> <label>Show speed bar in tray icon</label> |