Bug 188589

Summary: Newly added groups don't show up in "New Download" dialog until after restart
Product: [Applications] kget Reporter: peaches <pzcdyhbb0nzq9layi4mcj1hhp>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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