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

« back to all changes in this revision

Viewing changes to src/voip-input-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:
21
21
 
22
22
#include <glib.h>
23
23
#include <glib-object.h>
 
24
#include <gtk/gtk.h>
 
25
#if GTK_CHECK_VERSION(3, 0, 0)
 
26
#include <libdbusmenu-gtk3/menuitem.h>
 
27
#else
24
28
#include <libdbusmenu-gtk/menuitem.h>
 
29
#endif
25
30
 
26
31
G_BEGIN_DECLS
27
32