[Konsole-devel] [Bug 78969] Special button is 'Terminal Sessions' is not automatically updated

Kurt V.Hindenburg kurt.hindenburg at kdemail.net
Sun Dec 26 21:37:31 UTC 2004


------- 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=78969        
kurt.hindenburg kdemail net changed:

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



------- Additional Comments From kurt.hindenburg kdemail net  2004-12-26 22:37 -------
CVS commit by hindenburg: 


Add a 'Reload Sessions' to the menu.  I don't see how to automate this
so we'll give the user a way.

BUG: 78969


  M +4 -0      konsole_mnu.cpp   1.11


--- kdebase/kicker/menuext/konsole/konsole_mnu.cpp  #1.10:1.11
 @ -164,4 +164,8  @ void KonsoleMenu::initialize()
         closedir(dir);
     }
+
+    insertSeparator();
+    insertItem(SmallIconSet("reload"),
+               i18n("Reload Sessions"), this, SLOT(reinitialize()));
 }



More information about the konsole-devel mailing list