Hi all,

I am running SIP stack in a thread. I have a gui for this stack.

Depending on the status of the SIP call, a label widget in the gui
window should be updated. I am using gtk_label_set_text() to do this.

But the label is not updating.

I am using gdk_threads_enter() before and gdk_threads_leave() after the
gtk_label_set_text() function. I also tried with gdk_flush() before
gdk_threads_leave(). But still the problem persists.

Suggestions are required.

Regards,
B.Suganya


_______________________________________________
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