| Summary: | Printing with out selection crashes kPrinter | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeprint | Reporter: | Pete <pete.parks> |
| Component: | general | Assignee: | Michael Goffioul <kdeprint_bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | crash | CC: | burnus, coolo, jlayt |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pete
2004-11-15 21:38:37 UTC
CVS commit by pfeifle: Avoid dead-lock when no file has been specified. CCMAIL:<93331-close@bugs.kde.org> M +4 -0 printwrapper.cpp 1.20 --- kdebase/kdeprint/kprinter/printwrapper.cpp #1.19:1.20 @@ -320,4 +320,8 @@ void PrintWrapper::slotPrintRequested(KP if (filestoprint.count() == 0) { + // At this point force_stdin should be true + if (!force_stdin) + errormsg(i18n("Nothing to print.")); + // print from stdin *** Bug 87921 has been marked as a duplicate of this bug. *** *** Bug 66931 has been marked as a duplicate of this bug. *** Closing old Resolved status bug. |