Re: GtkListStore and Threads problems



You're right!!
I made what you told me and now it all works fine !!
thanks a lot all of you!!
Lorena

On Fri, 2005-06-17 at 10:48 -0400, Owen Taylor wrote:
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





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