diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-28 12:55:25 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-28 12:55:25 +0100 |
commit | 2f8ec1ef668da07f3b74140b8db3b12f87d2cde0 (patch) | |
tree | 762a13bd7e007050d5da64a8d4fe1a70c9123da8 /src/play-button.h | |
parent | 3282a81299408614457ce01168f23feb7574e368 (diff) | |
download | ayatana-indicator-sound-2f8ec1ef668da07f3b74140b8db3b12f87d2cde0.tar.gz ayatana-indicator-sound-2f8ec1ef668da07f3b74140b8db3b12f87d2cde0.tar.bz2 ayatana-indicator-sound-2f8ec1ef668da07f3b74140b8db3b12f87d2cde0.zip |
trying workarounds for background gradient problem
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); |