mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
libs: use icon appropriate for remove action in Plasma::AppletFrame
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4da9214e87
commit
a9222c5d7c
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ KPluginInfo AppletFrame::pluginInfo() const
|
|||
|
||||
void AppletFrame::setRunning(const bool isrunning)
|
||||
{
|
||||
m_appletactive->setIcon(isrunning ? KIcon("dialog-ok-apply") : KIcon());
|
||||
m_appletactive->setIcon(isrunning ? KIcon("edit-delete") : KIcon());
|
||||
}
|
||||
|
||||
void AppletFrame::slotAddApplet()
|
||||
|
|
Loading…
Add table
Reference in a new issue