Hi,

"Alexey A. Malyshev" <[EMAIL PROTECTED]> writes:

> What's wrong in
>     ref = *iconset->ref_count;?

it should be
      ref = iconset->ref_count;

apart from that you shouldn't fiddle with internals of the
widgets, especially not with ref_count. All widget struct
fields are supposed to be private.


Salut, Sven
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to