Bug 264535

Summary: Plasma battery applet needs a double click to launch settings
Product: [Plasma] plasma4 Reporter: Benni Hill <benni>
Component: widget-batteryAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: replace signal activated() with clicked()

Description Benni Hill 2011-01-27 21:52:25 UTC
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
Comment 1 Pino Toscano 2011-01-27 22:21:26 UTC

*** This bug has been marked as a duplicate of bug 259470 ***