Re: Plugin -> Cancel -> EXECUTION_ERROR

2000-01-23 Thread Marc Lehmann
On Fri, Jan 21, 2000 at 05:52:12PM +0100, Sven Neumann <[EMAIL PROTECTED]> wrote: > Marc, you are definitely getting the idea totally wrong. We are talking Hmm, indeed.. must have been the fever I caught this week :( This does not, however, change my thoughts about the API change. -- -

Re: Plugin -> Cancel -> EXECUTION_ERROR

2000-01-21 Thread Sven Neumann
Hi, > Well, STATUS_CANCEL would be a way to cleanly cancel a plugin. And pressing > > "Cancel" in the "Save as Whatwver" dialog of course causes the plugin to > > exit cleanly without leaving any garbage > > This is wrong! Pressing cancel will simply drop the connection to the > plug-in, which w

Re: Plugin -> Cancel -> EXECUTION_ERROR

2000-01-21 Thread Marc Lehmann
On Tue, Jan 18, 2000 at 07:14:36PM +0100, Michael Natterer <[EMAIL PROTECTED]> wrote: > Well, STATUS_CANCEL would be a way to cleanly cancel a plugin. And pressing > "Cancel" in the "Save as Whatwver" dialog of course causes the plugin to > exit cleanly without leaving any garbage This is wrong!

Re: Plugin -> Cancel -> EXECUTION_ERROR

2000-01-18 Thread Michael Natterer
Marc Lehmann wrote: > > On Mon, Jan 17, 2000 at 02:59:26PM +0100, Michael Natterer ><[EMAIL PROTECTED]> wrote: > > While this has no effect in normal plugins, it causes a "save failed" > > message box to appear for all save plugins. I find this really annoying, > > because pressing cancel is jus

Re: Plugin -> Cancel -> EXECUTION_ERROR

2000-01-18 Thread Sven Neumann
> On Mon, Jan 17, 2000 at 02:59:26PM +0100, Michael Natterer ><[EMAIL PROTECTED]> wrote: > > While this has no effect in normal plugins, it causes a "save failed" > > message box to appear for all save plugins. I find this really annoying, > > because pressing cancel is just a normal mode of oper

Re: Plugin -> Cancel -> EXECUTION_ERROR

2000-01-17 Thread Marc Lehmann
On Mon, Jan 17, 2000 at 02:59:26PM +0100, Michael Natterer <[EMAIL PROTECTED]> wrote: > While this has no effect in normal plugins, it causes a "save failed" > message box to appear for all save plugins. I find this really annoying, > because pressing cancel is just a normal mode of operation, no

Plugin -> Cancel -> EXECUTION_ERROR

2000-01-17 Thread Michael Natterer
Hi all, while browsing and hacking many plugins I noticed that pressing "Cancel" in a plugin dialog causes the plugin's return value to be set to STATUS_EXECUTION_ERROR. While this has no effect in normal plugins, it causes a "save failed" message box to appear for all save plugins. I find this