aboutsummaryrefslogtreecommitdiff
path: root/src/volume-widget.h
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-02-14 19:41:28 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-02-14 19:41:28 +0100
commitf869dde973a34bd1a148cca008639c3b3ae19292 (patch)
tree6de41b911d1a0fd2b9b5150f351174c36a4b8808 /src/volume-widget.h
parent46ce85550e1349998561f82146a3828cc94e311e (diff)
parent302256286a5e443a67592b7addd02c0633531cfc (diff)
downloadayatana-indicator-sound-f869dde973a34bd1a148cca008639c3b3ae19292.tar.gz
ayatana-indicator-sound-f869dde973a34bd1a148cca008639c3b3ae19292.tar.bz2
ayatana-indicator-sound-f869dde973a34bd1a148cca008639c3b3ae19292.zip
* New upstream release.
- No easy way to turn the sound menu on/off (lp: #829648) - Avoid spawning notification daemon at startup (lp: #912150) - Creation of album-art-cache folder (lp: #799383) - schema id & path are inconsistent with other indicators (lp: #914377)
Diffstat (limited to 'src/volume-widget.h')
-rw-r--r--src/volume-widget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/volume-widget.h b/src/volume-widget.h
index 3deb99c..665f39b 100644
--- a/src/volume-widget.h
+++ b/src/volume-widget.h
@@ -22,11 +22,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <glib.h>
#include <glib-object.h>
#include <gtk/gtk.h>
-#if GTK_CHECK_VERSION(3, 0, 0)
-#include <libdbusmenu-gtk3/menuitem.h>
-#else
#include <libdbusmenu-gtk/menuitem.h>
-#endif
#include <libindicator/indicator-object.h>
G_BEGIN_DECLS