Remove double & in KTabWidget

Albert Astals Cid aacid at kde.org
Fri Mar 13 23:10:38 GMT 2009


As you can see in ktabwidgettest after r939151 we are adding double && to it 
that causes accelerators not to work.

The culprit line is
  title.replace( '&', "&&" );
in
  KTabWidget::Private::updateTab

Removing it, the test (and kturtle that is what pointed me) work.

Tobias, blame says that line is yours, do you remember why you added it?

Ok, to remove it?

Albert




More information about the kde-core-devel mailing list