On Sat, Sep 22, 2007 at 10:49:56PM -0400, Andrew Smith wrote:
> I have the following setup:
>
> gpointer thread1(gpointer data)
> {
> run_long_function();
> return NULL;
> }
>
> gpointer thread2(gpointer data)
> {
> GtkWidget* dialog;
>
> gdk_threads_enter();
> dialo
Hi
I have the following setup:
gpointer thread1(gpointer data)
{
run_long_function();
return NULL;
}
gpointer thread2(gpointer data)
{
GtkWidget* dialog;
gdk_threads_enter();
dialog = gtk_message_dialog_new(GTK_WINDOW(win_main),
GTK_DIALOG_DESTROY