Bug 113624 - Old parser - widget can't use setEnabled(false) on itself
Summary: Old parser - widget can't use setEnabled(false) on itself
Status: RESOLVED FIXED
Alias: None
Product: kommander
Classification: Applications
Component: Kommander executor (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: mrudolf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-30 14:35 UTC by Michal Vyskocil
Modified: 2007-10-06 18:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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