Fix a small issue

This commit is contained in:
Anders Carlsson 2004-07-04 16:08:01 +00:00
parent c1d9b74a6d
commit 4e20d3bcb1

View File

@ -45,7 +45,7 @@
(obj)->priv->text_column != -1 || \
(obj)->priv->markup_column != -1))
struct _GtkIconViewItem
typedef struct
{
gint ref_count;
@ -66,7 +66,7 @@ struct _GtkIconViewItem
guint selected : 1;
guint selected_before_rubberbanding : 1;
};
} GtkIconViewItem;
struct _GtkIconViewPrivate
{