diff options
author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2013-04-05 14:11:02 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-04-05 14:11:02 +0000 |
commit | 63616b0b258f640aa84150913f3d01cd79bb6c65 (patch) | |
tree | 4fa69148cfa06ee45d84728f2d2196e5be709e88 /src/Makefile.am | |
parent | 6a225f960257026db4c5d57211b4159127bfc3a0 (diff) | |
parent | eacbe640fa7ffb8a99a04ebf21f94982c3679a8c (diff) | |
download | ayatana-indicator-sound-63616b0b258f640aa84150913f3d01cd79bb6c65.tar.gz ayatana-indicator-sound-63616b0b258f640aa84150913f3d01cd79bb6c65.tar.bz2 ayatana-indicator-sound-63616b0b258f640aa84150913f3d01cd79bb6c65.zip |
MenuItem: use GtkLaunchContext with proper event timeout to launch applications
Also discards non-activation events. Fixes: https://bugs.launchpad.net/bugs/1163434.
Approved by PS Jenkins bot, Lars Uebernickel.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5a36822..0a67a7c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -81,6 +81,7 @@ music_bridge_VALAFLAGS = \ --pkg config \ --pkg gio-2.0 \ --pkg gio-unix-2.0 \ + --pkg gdk-3.0 \ --pkg gdk-pixbuf-2.0 \ --pkg libxml-2.0 |