Bug 113624

Summary: Old parser - widget can't use setEnabled(false) on itself
Product: [Applications] kommander Reporter: Michal Vyskocil <michal.vyskocil>
Component: Kommander executorAssignee: mrudolf
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michal Vyskocil 2005-09-30 14:35:37 UTC
Version:            (using KDE KDE 3.4.1)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) 
OS:                Linux

I'd like to disable ExecButton1 itself. But I can't do this! Here is the source code for ExecButton1

...
@ExecButton1.setEnabled(0)

I can use @ExecButton1.setVisible(0) only. Command setEnabled to itself has no effect!
Comment 1 András Manţia 2007-10-06 18:42:46 UTC
SVN commit 722103 by amantia:

Fix ExecButton.setEnabled().
BUG: 113624

 M  +1 -0      ChangeLog  
 M  +1 -1      widget/kommanderwidget.cpp  
 M  +2 -2      widgets/execbutton.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=722103