| Summary: | extra option (random play) in popup-window | ||
|---|---|---|---|
| Product: | [Applications] juk | Reporter: | Tijn <t.schuurmans> |
| Component: | general | Assignee: | Scott Wheeler <wheeler> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tijn
2003-11-14 23:13:19 UTC
CVS commit by wheeler: Add random play to the systray menu. CCMAIL:68244-done@bugs.kde.org M +1 -0 systemtray.cpp 1.37 --- kdemultimedia/juk/systemtray.cpp #1.36:1.37 @@ -66,4 +66,5 @@ SystemTray::SystemTray(QWidget *parent, cm->insertSeparator(); + action("randomPlay")->plug(cm); action("togglePopups")->plug(cm); |