Re: Bypassing Force Quit

2007-05-19 Thread Yeti
On Wed, May 16, 2007 at 02:19:19PM -0400, Dan Gruhn wrote: > I am running on FedoraCore5 and I have an application that when the user > clicks the "X" in the upper right wants to query for saving any changed > data. I have currently coded this as a signal handler for the delete > event which pu

Re: Bypassing Force Quit

2007-05-16 Thread Brian J. Tarricone
On Wed, 16 May 2007 20:54:34 +0200 David Nečas (Yeti) wrote: >On Wed, May 16, 2007 at 11:28:55AM -0700, Brian J. Tarricone wrote: > >> This is caused by the window manager, not gtk. It thinks the >> application isn't responding because it takes too long to return from >> the delete-event handler.

Re: Bypassing Force Quit

2007-05-16 Thread Yeti
On Wed, May 16, 2007 at 11:28:55AM -0700, Brian J. Tarricone wrote: > > > >I am running on FedoraCore5 and I have an application that when the > >user clicks the "X" in the upper right wants to query for saving any > >changed data. I have currently coded this as a signal handler for the > >delete

Re: Bypassing Force Quit

2007-05-16 Thread Brian J. Tarricone
On Wed, 16 May 2007 14:19:19 -0400 Dan Gruhn wrote: >Greetings, > >I am running on FedoraCore5 and I have an application that when the >user clicks the "X" in the upper right wants to query for saving any >changed data. I have currently coded this as a signal handler for the >delete event which p

Bypassing Force Quit

2007-05-16 Thread Dan Gruhn
Greetings, I am running on FedoraCore5 and I have an application that when the user clicks the "X" in the upper right wants to query for saving any changed data. I have currently coded this as a signal handler for the delete event which puts up a modal dialog box with the questions and waits f