gtkstatusicon: unseal private pointer

This commit is contained in:
Javier Jardón 2010-07-13 03:14:53 +02:00
parent 9114c4c410
commit ff27677957

View File

@ -48,7 +48,7 @@ struct _GtkStatusIcon
{
GObject parent_instance;
GtkStatusIconPrivate *GSEAL (priv);
GtkStatusIconPrivate *priv;
};
struct _GtkStatusIconClass