Bug 227140

Summary: 'Apply' button in some cases doesn't become active in wallpaper setup dialog
Product: [Plasma] plasma4 Reporter: Vovochka <vovochka13>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: annma
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Vovochka 2010-02-16 08:42:58 UTC
Version:            (using KDE 4.4.0)
Installed from:    openSUSE RPMs

When selecting a desktop wallpaper (type|engine) as virus, apply button doesn't become active if u select another background picture.

How to reproduce:

1) Open wallpaper setup dialog.
2) Select engine type: virus. Press apply.
3) Try to change background image, apply button won't become active.
Comment 1 Anne-Marie Mahfouf 2010-02-16 10:04:29 UTC
confirmed
Comment 2 Anne-Marie Mahfouf 2010-02-16 10:48:38 UTC
SVN commit 1090866 by annma:

Allow the Apply button to be enabled and highlight selected wallpaper correctly
BUG=227140


 M  +4 -1      backgrounddelegate.cpp  
 M  +1 -0      virus.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1090866
Comment 3 Anne-Marie Mahfouf 2010-02-16 10:58:32 UTC
SVN commit 1090868 by annma:

forward port
CCBUG=227140


 M  +2 -0      backgrounddelegate.cpp  
 M  +1 -0      virus.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1090868
Comment 4 Anne-Marie Mahfouf 2010-02-16 11:18:26 UTC
SVN commit 1090870 by annma:

this is more elegant. it did not work just because the slot was not declared as a slot! will forward port to trunk.
CCBUG=227140


 M  +0 -1      virus.cpp  
 M  +2 -2      virus.h  


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