diff options
Diffstat (limited to 'src/play-button.h')
-rw-r--r-- | src/play-button.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |