On Fri, 2005-06-17 at 11:56 -0300, Lorena Salinas wrote:

> gdk_threads_leave(); /* release GTK thread lock */
> pthread_mutex_unlock(&mutex);
> 
> 
> while (valid) {
> 
> gtk_tree_model_get (GTK_TREE_MODEL (model), &iter,
> TEST_COL_5,    &status,

And it surprises you that this doesn't work?

All GDK and GTK+ calls must be made within the GDK lock.

                                                Owen

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to