diff --git a/configuredialog.cpp b/configuredialog.cpp index 4affb707c..ed2bd8247 100644 --- a/configuredialog.cpp +++ b/configuredialog.cpp @@ -1611,6 +1611,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)),