From 253b0548f6c72e9aa024d949b8338aa6867fec10 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 21 Sep 2015 09:05:44 -0400 Subject: A couple quick tweaks: 1) The XCB event filter should not use the Damage ID in event detection, because each individual tray app uses their own damage ID and not the tray ID. 2) Fix the "back" button icon in the start menu plugin. --- lumina-desktop/panel-plugins/systemstart/StartMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-desktop/panel-plugins') diff --git a/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp b/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp index 6c39c835..74243efa 100644 --- a/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp +++ b/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp @@ -39,7 +39,7 @@ void StartMenu::UpdateAll(){ ui->tool_launch_desksettings->setIcon(LXDG::findIcon("preferences-desktop","")); ui->tool_lock->setIcon(LXDG::findIcon("system-lock-screen","")); ui->tool_goto_logout->setIcon(LXDG::findIcon("system-log-out","")); - ui->tool_back->setIcon(LXDG::findIcon("go-back","")); + ui->tool_back->setIcon(LXDG::findIcon("go-previous","")); ui->tool_launch_deskinfo->setIcon(LXDG::findIcon("system-help","")); ui->label_bright_icon->setPixmap( LXDG::findIcon("preferences-system-power-management","").pixmap(ui->tool_goto_apps->iconSize()) ); -- cgit