[Kst] [Bug 143233] Hide JavaScript Console menu item should not have check mark

netterfield at astro.utoronto.ca netterfield at astro.utoronto.ca
Sat Mar 31 00:37:44 CEST 2007


------- 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=143233         
netterfield astro utoronto ca changed:

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



------- Additional Comments From netterfield astro utoronto ca  2007-03-31 00:37 -------
SVN commit 648294 by netterfield:

BUG: 143233

Make consistent w/ konqueror/kmail and with tools menue.



 M  +0 -3      js.cpp  


--- trunk/extragear/graphics/kst/src/extensions/js/js.cpp #648293:648294
 @ -232,7 +232,6  @
 
 void KstJS::showConsole() {
 #ifdef KST_HAVE_READLINE
-  _showAction->setText(i18n("Hide &JavaScript Console"));
   if (!_konsolePart) {
     strcpy(shellStr, "SHELL=kstcmd");
     putenv(shellStr);
 @ -266,7 +265,6  @
 void KstJS::shellExited() {
 #ifdef KST_HAVE_READLINE
   _showAction->setChecked(false);
-  _showAction->setText(i18n("Show &JavaScript Console"));
   _konsolePart = 0L;
   QTimer::singleShot(0, this, SLOT(restoreUI())); // konsole crashes otherwise
 #endif
 @ -285,7 +283,6  @
 
 void KstJS::hideConsole() {
 #ifdef KST_HAVE_READLINE
-  _showAction->setText(i18n("Show &JavaScript Console"));
   if (_konsolePart) {
     _konsolePart->widget()->hide();
   }


More information about the Kst mailing list