Fix Bug 266456 - Message list tabs icons are not refreshed when changing the current one.

FIXED-IN: 4.7.2
BUG: 266456
wilder-work
Montel Laurent 15 years ago
parent 54f888dd9c
commit 755c9d44fe
  1. 3
      kmmainwidget.cpp

@ -1180,8 +1180,9 @@ void KMMainWidget::slotCollectionChanged( const Akonadi::Collection&collection,
&& ( collection == mCurrentFolder->collection() )
&& set.contains( "MESSAGEFOLDER" ) ) {
mMessagePane->resetModelStorage();
} else if ( set.contains( "ENTITYDISPLAY" ) || set.contains( "NAME" ) ) {
mMessagePane->updateTabIconText( collection );
}
//TODO update tab name/tab icons when collection changes
}

Loading…
Cancel
Save