summaryrefslogtreecommitdiff
path: root/panels/color/cc-color-profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'panels/color/cc-color-profile.h')
-rw-r--r--panels/color/cc-color-profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/panels/color/cc-color-profile.h b/panels/color/cc-color-profile.h
index 2842238fa..30322fce9 100644
--- a/panels/color/cc-color-profile.h
+++ b/panels/color/cc-color-profile.h
@@ -40,7 +40,7 @@ typedef struct _CcColorProfilePrivate CcColorProfilePrivate;
struct _CcColorProfile
{
- GtkBox parent;
+ GtkListBoxRow parent;
/*< private >*/
CcColorProfilePrivate *priv;
@@ -48,7 +48,7 @@ struct _CcColorProfile
struct _CcColorProfileClass
{
- GtkBoxClass parent_class;
+ GtkListBoxRowClass parent_class;
};
GType cc_color_profile_get_type (void);