~ubuntu-branches/ubuntu/precise/indicator-sound/precise-201111281906

« back to all changes in this revision

Viewing changes to src/metadata-widget.h

Tags: upstream-0.7.2
ImportĀ upstreamĀ versionĀ 0.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef __METADATA_WIDGET_H__
20
20
#define __METADATA_WIDGET_H__
21
21
 
22
 
#include <gtk/gtkmenuitem.h>
 
22
#include <gtk/gtk.h>
 
23
#if GTK_CHECK_VERSION(3, 0, 0)
 
24
#include <libdbusmenu-gtk3/menuitem.h>
 
25
#else
23
26
#include <libdbusmenu-gtk/menuitem.h>
 
27
#endif
24
28
 
25
29
G_BEGIN_DECLS
26
30