aboutsummaryrefslogtreecommitdiff
path: root/src/mpris2-controller.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-10 08:51:49 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2011-08-10 08:51:49 -0400
commit6c6092155258cfdefe7611ddedbc80c1a566ceb2 (patch)
tree141baab5d51df44b83127a38107e6b15077f02a5 /src/mpris2-controller.c
parent99a07d06dbf69ea43f505b942be718a920ce5d0d (diff)
parent5701be1eed72f84cec4dff6f7c3674c1870696b9 (diff)
downloadayatana-indicator-sound-6c6092155258cfdefe7611ddedbc80c1a566ceb2.tar.gz
ayatana-indicator-sound-6c6092155258cfdefe7611ddedbc80c1a566ceb2.tar.bz2
ayatana-indicator-sound-6c6092155258cfdefe7611ddedbc80c1a566ceb2.zip
* New upstream release.
- Don't allow starting programs via the greeter indicators (LP: #811853) - support libunity's Track and Player specific items (LP: #824050)
Diffstat (limited to 'src/mpris2-controller.c')
-rw-r--r--src/mpris2-controller.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mpris2-controller.c b/src/mpris2-controller.c
index 8b3ad14..b08c8a6 100644
--- a/src/mpris2-controller.c
+++ b/src/mpris2-controller.c
@@ -26,7 +26,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdlib.h>
#include <string.h>
#include <common-defs.h>
-#include <gee.h>
#include <libdbusmenu-glib/client.h>
#include <libdbusmenu-glib/dbusmenu-glib.h>
#include <libdbusmenu-glib/enum-types.h>
@@ -34,6 +33,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <libdbusmenu-glib/menuitem.h>
#include <libdbusmenu-glib/server.h>
#include <libdbusmenu-glib/types.h>
+#include <gee.h>
#define TYPE_MPRIS2_CONTROLLER (mpris2_controller_get_type ())
@@ -238,6 +238,7 @@ struct _PlayerController {
GObject parent_instance;
PlayerControllerPrivate * priv;
gint current_state;
+ DbusmenuMenuitem* root_menu;
GeeArrayList* custom_items;
Mpris2Controller* mpris_bridge;
gboolean* use_playlists;