[Konsole-devel] [Bug 99884] --noframe option does nothing

Kurt V.Hindenburg kurt.hindenburg at kdemail.net
Mon Feb 21 18:52:01 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=99884         
kurt.hindenburg kdemail net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kurt.hindenburg kdemail net  2005-02-21 19:51 -------
CVS commit by hindenburg: 

Allow --noframe to work again.
BUG: 99884


  M +3 -1      konsole.cpp   1.508


--- kdebase/konsole/konsole/konsole.cpp  #1.507:1.508
 @ -249,4 +249,5  @ Konsole::Konsole(const char* name, int h
 ,b_dynamicTabHide(false)
 ,b_autoResizeTabs(false)
+,b_framevis(true)
 ,b_fullscreen(false)
 ,m_menuCreated(false)
 @ -1500,4 +1501,5  @ void Konsole::readProperties(KConfig* co
      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);
      QPtrList<TEWidget> tes = activeTEs();



More information about the konsole-devel mailing list