mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 09:50:06 +00:00
Fix a small issue
This commit is contained in:
parent
c1d9b74a6d
commit
4e20d3bcb1
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user