diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-08 16:10:36 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-08 16:10:36 +0100 |
commit | 3bc35728a37c2a9453a262f49175f5bd87297958 (patch) | |
tree | 5ff3da7977395829c5d396d2d765bb4572fdc28d /src/title-widget.h | |
parent | dad11c32d68b0f09eb52232a3d3da300e2e63702 (diff) | |
parent | 1f038d6725571f8e80530a96112d427d5b051022 (diff) | |
download | ayatana-indicator-sound-3bc35728a37c2a9453a262f49175f5bd87297958.tar.gz ayatana-indicator-sound-3bc35728a37c2a9453a262f49175f5bd87297958.tar.bz2 ayatana-indicator-sound-3bc35728a37c2a9453a262f49175f5bd87297958.zip |
player title icon now in the gutter
Diffstat (limited to 'src/title-widget.h')
-rw-r--r-- | src/title-widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/title-widget.h b/src/title-widget.h index fc8f169..574a2b1 100644 --- a/src/title-widget.h +++ b/src/title-widget.h @@ -19,7 +19,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef __TITLE_WIDGET_H__ #define __TITLE_WIDGET_H__ -#include <gtk/gtkmenuitem.h> +#include <gtk/gtkimagemenuitem.h> #include <libdbusmenu-gtk/menuitem.h> G_BEGIN_DECLS @@ -35,11 +35,11 @@ typedef struct _TitleWidget TitleWidget; typedef struct _TitleWidgetClass TitleWidgetClass; struct _TitleWidgetClass { - GtkMenuItemClass parent_class; + GtkImageMenuItemClass parent_class; }; struct _TitleWidget { - GtkMenuItem parent; + GtkImageMenuItem parent; }; GType title_widget_get_type (void); |