From 9b6800e8acc5dc802f8bd5e31b1892914b568f6e Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 15 Apr 2015 13:43:09 -0400 Subject: Clean up a *lot* of the general XCB warnings that sometimes occur, and also tinker with the session cleanup routine quite a bit to streamline the order in which things are closed down (particularly with system tray apps). --- lumina-desktop/panel-plugins/systemtray/TrayIcon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lumina-desktop/panel-plugins/systemtray/TrayIcon.cpp') diff --git a/lumina-desktop/panel-plugins/systemtray/TrayIcon.cpp b/lumina-desktop/panel-plugins/systemtray/TrayIcon.cpp index e5cc17df..8d0cacb3 100644 --- a/lumina-desktop/panel-plugins/systemtray/TrayIcon.cpp +++ b/lumina-desktop/panel-plugins/systemtray/TrayIcon.cpp @@ -24,9 +24,9 @@ TrayIcon::TrayIcon(QWidget *parent) : QWidget(parent){ } TrayIcon::~TrayIcon(){ - if(AID!=0){ + /*if(AID!=0){ detachApp(); - } + }*/ } WId TrayIcon::appID(){ -- cgit