From 27f354663c771fceb92442ceaad377a84c6eda88 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Thu, 7 Feb 2013 08:05:49 +0100 Subject: [PATCH] Fix disable action when we disable trayicon --- configuredialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/configuredialog.cpp b/configuredialog.cpp index f08b18841..fb8d05053 100644 --- a/configuredialog.cpp +++ b/configuredialog.cpp @@ -1607,6 +1607,7 @@ AppearancePageSystemTrayTab::AppearancePageSystemTrayTab( QWidget * parent ) mSystemTrayShowUnreadMail = new QCheckBox( i18n("Show unread mail in tray icon"), this ); vlay->addWidget( mSystemTrayShowUnreadMail ); + mSystemTrayShowUnreadMail->setEnabled(false); connect( mSystemTrayShowUnreadMail, SIGNAL(stateChanged(int)), this, SLOT(slotEmitChanged()) ); connect( mSystemTrayCheck, SIGNAL(toggled(bool)),