revert patch for BR99884

svn path=/trunk/kdebase/konsole/; revision=393852
wilder-portage
Kurt Hindenburg 21 years ago
parent 8d4da130ad
commit 0e6ec0e92a
  1. 3
      konsole/konsole.cpp

@ -1501,8 +1501,7 @@ void Konsole::readProperties(KConfig* config, const QString &schema, bool global
b_allowResize=config->readBoolEntry( "AllowResize", false);
b_bidiEnabled = config->readBoolEntry("EnableBidi",false);
s_word_seps= config->readEntry("wordseps",":@-./_~");
if (b_framevis) // False only with --noframe
b_framevis = config->readBoolEntry("has frame",true);
b_framevis = config->readBoolEntry("has frame",true);
QPtrList<TEWidget> tes = activeTEs();
for (TEWidget *_te = tes.first(); _te; _te = tes.next()) {
_te->setWordCharacters(s_word_seps);

Loading…
Cancel
Save