Message dialog wont close

2006-02-15 Thread Mathew Bielejeski
I am developing a program that occasionally needs to display a message box for the user. The problem is that when I press the close button the window does not go away. If I click on the X in the top right hand corner I get an error saying that the window is not responding. The return value

Re: Message dialog wont close

2006-02-15 Thread Tristan Van Berkom
Mathew Bielejeski wrote: [...] This code is run in its own thread and these are the only gtk calls that are made in the entire program. Do I need to have a gtk_main() in order for it to work? Yes; you need to run gtk_main(). Cheers, -Tristan