Summary: | Plasma battery applet needs a double click to launch settings | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Benni Hill <benni> |
Component: | widget-battery | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | replace signal activated() with clicked() |
*** This bug has been marked as a duplicate of bug 259470 *** |
Created attachment 56537 [details] replace signal activated() with clicked() Version: unspecified (using KDE 4.6.0) OS: Linux In battery.cpp line 613 the clicked() signal should be connected to openConfig() instead of the activated() signal. (This is already the case with the hibernateButton and the suspendButton.) See attached patch. Reproducible: Always