RE: Dialog closing prematurely with response code of 0

2007-04-05 Thread Kevin Lambert
avid Neèas (Yeti) Sent: Thursday, March 22, 2007 7:12 PM To: gtk-app-devel-list@gnome.org Subject: Re: Dialog closing prematurely with response code of 0 On Thu, Mar 22, 2007 at 09:20:47AM -0400, Kevin Lambert wrote: > > I have a button in DispenserLoadDialog that launches > DispenserLo

RE: Dialog closing prematurely with response code of 0

2007-03-23 Thread Kevin Lambert
I wasn't planning on reporting it into bugzilla until I knew whether it was something that was easily reproducable. The system I am working in has a large amount of support code that doesn't make it easy to just have someone else compile without the full environment. The "solution" (more like a h

Re: Dialog closing prematurely with response code of 0

2007-03-22 Thread Yeti
On Thu, Mar 22, 2007 at 09:20:47AM -0400, Kevin Lambert wrote: > > I have a button in DispenserLoadDialog that launches DispenserLoadingDialog > without emitting a return value for DispenserLoadDialog. The response value > from DispenserLoadingDialog is only supposed to be caught by the buttons >

RE: Dialog closing prematurely with response code of 0

2007-03-22 Thread Kevin Lambert
se code of 0 (which is invalid as far as the documenation is concerned). Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Neèas (Yeti) Sent: Thursday, March 22, 2007 9:09 AM To: gtk-app-devel-list@gnome.org Subject: Re: Dialog closing premat

Re: Dialog closing prematurely with response code of 0

2007-03-22 Thread Yeti
On Thu, Mar 22, 2007 at 08:53:34AM -0400, Kevin Lambert wrote: > Evidentally nothing, I don't know how many people have a GtkWindow kicking > off a GtkDialog which then kicks off another GtkDialog... I have. Moreover, the attached code demonstrated arbitrary deep nesting of modal dialogs that wor