Bug 265185

Summary: Drop url label doesn't remember position
Product: [Applications] kget Reporter: Pablo <pablerkas>
Component: UIAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Pablo 2011-02-02 12:46:01 UTC
Version:           unspecified (using KDE 4.6.0) 
OS:                Linux

The label for dropping urls on it doesn't remember the position where I put it when I restart KGet.

It is on KGet 2.6.0

Reproducible: Always

Steps to Reproduce:
1. Run KGet.
2. Make it show the label.
3. Change label's position
4. Close KGet.
5. Run KGet again.

Actual Results:  
Label is again on top left corner of the screen.

Expected Results:  
Label appears where I put it last time.

OS: Linux (i686) release 2.6.37-ARCH
Compiler: gcc
Comment 1 Matthias Fuchs 2011-02-04 19:16:14 UTC
SVN commit 1218795 by mfuchs:

When DropTarget is destructed the config is always written.
By default the drop target will appear in the middle of the screen.
BUG:265185

 M  +3 -1      conf/kget.kcfg  
 M  +1 -0      ui/droptarget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1218795
Comment 2 Matthias Fuchs 2011-02-04 19:17:01 UTC
SVN commit 1218796 by mfuchs:

Fowardport r1218795
When DropTarget is destructed the config is always written.
By default the drop target will appear in the middle of the screen.
CCBUG:265185

 M  +3 -1      conf/kget.kcfg  
 M  +1 -0      ui/droptarget.cpp  


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