summaryrefslogtreecommitdiff
path: root/src/totem-grilo.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-01-30 19:29:32 +0100
committerBastien Nocera <hadess@hadess.net>2014-01-30 19:29:32 +0100
commitd0a4c166ae8ceb2ee3459626088ce49483597b61 (patch)
tree14b65619783193f7b08e58254e84eb446a01d318 /src/totem-grilo.h
parent82e0b35bece8ad4d538b8d3e5e9f8fbb43c7338e (diff)
downloadtotem-d0a4c166ae8ceb2ee3459626088ce49483597b61.tar.gz
main: Make TotemGrilo a proper widget
And using templates.
Diffstat (limited to 'src/totem-grilo.h')
-rw-r--r--src/totem-grilo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/totem-grilo.h b/src/totem-grilo.h
index 8455ea25c..5f3539333 100644
--- a/src/totem-grilo.h
+++ b/src/totem-grilo.h
@@ -47,14 +47,14 @@ typedef struct _TotemGriloClass TotemGriloClass;
struct _TotemGrilo
{
/*< private >*/
- GtkWidget parent;
+ GtkBox parent;
TotemGriloPrivate *priv;
};
struct _TotemGriloClass
{
- GtkWidgetClass parent_class;
+ GtkBoxClass parent_class;
};
GType totem_grilo_get_type (void) G_GNUC_CONST;