Bug 92829 - don't ask if the user really wants to quit multiple times
Summary: don't ask if the user really wants to quit multiple times
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-06 23:56 UTC by Janis Blechert
Modified: 2005-01-19 21:30 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 Janis Blechert 2004-11-06 23:56:47 UTC
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
Comment 1 Melchior Franz 2005-01-19 21:30:54 UTC
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;
         }
     }