Re: What's the matter with my app?



    I'm a student from China,I got a problem with my App,there is the error message:
   "Gtk-CRITICAL **: file gtkstyle.c: line 615 (gtk_style_unref): assertion `style !
= NULL' failed."

I don't know much about styles, but usually, when you get something like
this, it means that you try to do something with an empty structure whereas
the gtk expects you to have a structure which is already created, with
memory reserved etc. If you need more help, you have to post a piece of
your code -- otherwise, how can anybody know what you are doing wrong?

It seems to me that you are trying to do gtk_style_unref() on an object
which is NULL. Did you create the style you are working with using
gtk_style_new() ?

j.

----)-\//-///-----------------------------------January-Weiner-3-------
"She turned me into a newt." "A newt???" "I got better."





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