[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: error message when delete_event is processed



Peter Jay Salzman <p@dirac.org> writes:
> my program is giving me the following error message:
> 
> Gtk-CRITICAL **: file gtkmain.c: line 582 (gtk_main_quit): assertion
> `main_loops != NULL' failed.
> 
> does anyone know what it means?
> 

It means you quit the main loop but it wasn't running. You can only
quit once for each call to gtk_main().

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]