Bug 188589 - Newly added groups don't show up in "New Download" dialog until after restart
Summary: Newly added groups don't show up in "New Download" dialog until after restart
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-01 10:27 UTC by peaches
Modified: 2009-04-10 01:24 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 peaches 2009-04-01 10:27:00 UTC
Version:           KDE4 trunk r944788 (using Devel)
Installed from:    Compiled sources

Add a new download group in the Groups Configure tab.

Start a New Download.

The newly added group doesn't show up in Transfer Group drop box. The only way I can figure to show is restart KGet.
Comment 1 Lukas Appelhans 2009-04-10 01:24:49 UTC
SVN commit 951725 by lappelhans:

Introduce new handling of default folders in KGet...
Now a regexp can move a download to a group not to a folder...
This patch also fixes #188589
BUG:188589


 M  +0 -3      CMakeLists.txt  
 D             conf/dlgdirectories.cpp  
 D             conf/dlgdirectories.h  
 D             conf/dlgdirectories.ui  
 M  +6 -15     conf/kget.kcfg  
 M  +0 -3      conf/preferencesdialog.cpp  
 D             conf/selectdirectoryitemdelegate.cpp  
 D             conf/selectdirectoryitemdelegate.h  
 M  +6 -0      conf/transfersgroupwidget.cpp  
 M  +20 -68    core/kget.cpp  
 M  +6 -6      core/kget.h  
 M  +3 -0      core/transfergroup.cpp  
 M  +15 -2     core/transfergroup.h  
 M  +12 -0     core/transfergrouphandler.h  
 M  +2 -1      extensions/webinterface/httpserver.cpp  
 M  +16 -0     ui/groupsettingsdialog.cpp  
 M  +1 -0      ui/groupsettingsdialog.h  
 M  +65 -42    ui/groupsettingsdialog.ui  
 M  +68 -24    ui/newtransferdialog.cpp  
 M  +33 -39    ui/newtransferwidget.ui  


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