| Summary: | don't ask if the user really wants to quit multiple times | ||
|---|---|---|---|
| Product: | [Applications] kget | Reporter: | Janis Blechert <janis.blechert> |
| Component: | general | Assignee: | KGet bugs <kget-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Janis Blechert
2004-11-06 23:56:47 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; } } |