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

« back to all changes in this revision

Viewing changes to src/transport-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:
20
20
#define __TRANSPORT_WIDGET_H__
21
21
 
22
22
#include <gtk/gtk.h>
23
 
#include <gtk/gtkmenuitem.h>
 
23
#if GTK_CHECK_VERSION(3, 0, 0)
 
24
#include <libdbusmenu-gtk3/menuitem.h>
 
25
#else
24
26
#include <libdbusmenu-gtk/menuitem.h>
 
27
#endif
25
28
 
26
29
#include "common-defs.h"
27
30