Bug 87404

Summary: Error dialogs in kstdoc can stall DCOP functions
Product: [Applications] kst Reporter: Rick Chern <rchern>
Component: generalAssignee: kst
Status: RESOLVED WORKSFORME    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rick Chern 2004-08-18 01:38:43 UTC
Version:           1.0.0_devel (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
OS:                Linux

Error dialogs that are popped up from kstdoc can sometimes cause DCOP functions to not return.  For example, opening an invalid file using DCOP pops up a dialog.

This can be avoided by being careful when using DCOP, but it would be nice if functions would always return without user interaction.
Comment 1 Rick Chern 2004-08-18 01:49:44 UTC
On second thought I think this is reasonable because the newFile, save, and saveAs DCOP functions don't usually prompt.  open only prompts if the file does not exist.