Re: [Patch] Fix bugs 3454 and 3463: Don't allow ill-formed Commands

2007-04-18 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hi, With this patch an error dialog will be shown to the user if the inset parameters were wrong upon creation. This patch uses exceptions. committed. Abdel.

[Patch] Fix bugs 3454 and 3463: Don't allow ill-formed Commands

2007-04-17 Thread Abdelrazak Younes
Hi, With this patch an error dialog will be shown to the user if the inset parameters were wrong upon creation. This patch uses exceptions. NOTE: I didn't re-indent the code in factory on purpose so that the patch remains understandable and minimal. I will do so in the final commit. Comment