aboutsummaryrefslogtreecommitdiff
path: root/src/title-widget.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-02 15:42:54 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-02 15:42:54 +0100
commit0c040b86cd7a05c8284662bb3032dccbf6707e90 (patch)
treea0b450e6d1c9300bcfa4ce8467ae578bcca8c0cb /src/title-widget.h
parent262ef2532f8aa20018a750307f3d4815933e3c47 (diff)
downloadayatana-indicator-sound-0c040b86cd7a05c8284662bb3032dccbf6707e90.tar.gz
ayatana-indicator-sound-0c040b86cd7a05c8284662bb3032dccbf6707e90.tar.bz2
ayatana-indicator-sound-0c040b86cd7a05c8284662bb3032dccbf6707e90.zip
added the image as advised, still no showA
Diffstat (limited to 'src/title-widget.h')
-rw-r--r--src/title-widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/title-widget.h b/src/title-widget.h
index 827a8f3..3e3ada8 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);