Version: v0.8.3 (using KDE 3.3.1, Gentoo) Compiler: gcc version 3.4.2 (Gentoo Linux 3.4.2-r2, ssp-3.4.1-1, pie-8.7.6.5) OS: Linux (i686) release 2.6.9-nitro2 if there are multiple downloads running and the user wants to quit kget he will get asked if he really wants to quit for each download that is still running, kget should only ask one time for all downloads
CVS commit by mfranz: BUG:92829 (Rainer WIRTZ) only ask once if running jobs should be aborted CCMAIL:Rainer Wirtz <rainer.wirtz@gmx.de> M +1 -0 kmainwidget.cpp 1.108 --- kdenetwork/kget/kmainwidget.cpp #1.107:1.108 @@ -695,4 +695,5 @@ void KMainWidget::slotQuit() return; } + break; } }