aboutsummaryrefslogtreecommitdiff
path: root/src/common-defs.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-08 18:58:10 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-08 18:58:10 +0000
commit800023f7ab5854c19bdaf426ba86d24feea014ec (patch)
tree89e59a92f8823b3e50e68290e1698a08a5baec0c /src/common-defs.h
parent1691ba2e034d688d58fba39fa88d8ef10bf67fe6 (diff)
downloadayatana-indicator-sound-800023f7ab5854c19bdaf426ba86d24feea014ec.tar.gz
ayatana-indicator-sound-800023f7ab5854c19bdaf426ba86d24feea014ec.tar.bz2
ayatana-indicator-sound-800023f7ab5854c19bdaf426ba86d24feea014ec.zip
work done around playlist changed
Diffstat (limited to 'src/common-defs.h')
-rw-r--r--src/common-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h
index 5458dc5..63d9d40 100644
--- a/src/common-defs.h
+++ b/src/common-defs.h
@@ -64,4 +64,6 @@ typedef enum {
#define DBUSMENU_PLAYLISTS_MENUITEM_TITLE "x-canonical-sound-menu-player-playlists-title"
#define DBUSMENU_PLAYLISTS_MENUITEM_PLAYLISTS "x-canonical-sound-menu-player-playlists-playlists"
+#define DBUSMENU_PLAYLIST_MENUITEM_PATH "x-canonical-sound-menu-player-playlist-path"
+
#endif