~charlesk/indicator-sound/blacklist-leaks

« back to all changes in this revision

Viewing changes to src/mute-widget.h

  • Committer: Ted Gould
  • Date: 2012-02-03 18:16:30 UTC
  • mfrom: (291.1.2 dbusmenu590)
  • Revision ID: ted@gould.cx-20120203181630-88g6f4a3n4j3zfwm
Updating to dbusmenu 0.5.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <glib.h>
23
23
#include <glib-object.h>
24
24
#include <gtk/gtk.h>
25
 
#if GTK_CHECK_VERSION(3, 0, 0)
26
 
#include <libdbusmenu-gtk3/menuitem.h>
27
 
#else
28
25
#include <libdbusmenu-gtk/menuitem.h>
29
 
#endif
30
26
#include <libindicator/indicator-object.h>
31
27
 
32
28
G_BEGIN_DECLS