Bug 265185 - Drop url label doesn't remember position
Summary: Drop url label doesn't remember position
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: UI (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-02 12:46 UTC by Pablo
Modified: 2011-02-04 19:17 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 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