diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-23 08:03:02 -0400 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-03-23 08:03:02 -0400 |
commit | da843ceb9c02daa29264a84274fbe29980759781 (patch) | |
tree | 29832939d94854deb28655f2c3ed2612a86385c5 /src/player-item.c | |
parent | b731b7b95a7507d2a900ae5f08af7ce54c8148a9 (diff) | |
parent | b7b6431edc4b20512f76be9c8688e67cda01831e (diff) | |
download | ayatana-indicator-sound-da843ceb9c02daa29264a84274fbe29980759781.tar.gz ayatana-indicator-sound-da843ceb9c02daa29264a84274fbe29980759781.tar.bz2 ayatana-indicator-sound-da843ceb9c02daa29264a84274fbe29980759781.zip |
* New upstream release.
- Media player should be automatically started up when play button is
pressed (LP: #714750)
- volume goes to zero when using some players like banshee or
rhythmbox (LP: #730925)
- handle banshee id change (LP: #737447)
- filter out video playlists (LP: #739273)
Diffstat (limited to 'src/player-item.c')
-rw-r--r-- | src/player-item.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/player-item.c b/src/player-item.c index 6133279..f5d88d8 100644 --- a/src/player-item.c +++ b/src/player-item.c @@ -145,7 +145,6 @@ void player_item_reset (PlayerItem* self, GeeHashSet* attrs) { } _tmp2_ = gee_iterator_get (_s_it); s = (gchar*) _tmp2_; - g_debug ("player-item.vala:40: attempting to set prop %s to EMPTY", s); dbusmenu_menuitem_property_set_int ((DbusmenuMenuitem*) self, s, PLAYER_ITEM_EMPTY); _g_free0 (s); } @@ -199,7 +198,6 @@ void player_item_update (PlayerItem* self, GHashTable* data, GeeHashSet* attribu g_return_if_fail (self != NULL); g_return_if_fail (data != NULL); g_return_if_fail (attributes != NULL); - g_debug ("player-item.vala:53: PlayerItem::update()"); if (data == NULL) { g_warning ("player-item.vala:55: PlayerItem::Update -> The hashtable was null - ju" \ "st leave it!"); |