From 2f8ec1ef668da07f3b74140b8db3b12f87d2cde0 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 28 Sep 2010 12:55:25 +0100 Subject: trying workarounds for background gradient problem --- src/play-button.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/play-button.h') diff --git a/src/play-button.h b/src/play-button.h index 6bacac7..1f04562 100644 --- a/src/play-button.h +++ b/src/play-button.h @@ -46,11 +46,11 @@ typedef enum { }PlayButtonState; struct _PlayButtonClass { - GtkDrawingAreaClass parent_class; + GtkEventBoxClass parent_class; }; struct _PlayButton { - GtkDrawingArea parent; + GtkEventBox parent; }; GType play_button_get_type (void); -- cgit v1.2.3