aboutsummaryrefslogtreecommitdiff
path: root/src/player-item.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-06-16 17:21:27 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2011-06-16 17:21:27 -0400
commita16822cf5cf1435e10e34850affcac24687da130 (patch)
tree1aa03a50675abd7110676e6aee3d3dac69f44254 /src/player-item.c
parent7a20a205c496bed5d7c779ff60a5730b55b60060 (diff)
parent2ada6ebcaa4d92f1e1374c8ad7564c720e5930b2 (diff)
downloadayatana-indicator-sound-a16822cf5cf1435e10e34850affcac24687da130.tar.gz
ayatana-indicator-sound-a16822cf5cf1435e10e34850affcac24687da130.tar.bz2
ayatana-indicator-sound-a16822cf5cf1435e10e34850affcac24687da130.zip
* New upstream release.
- "Sound Preferences..." should be "Sound Settings" (LP: #785571) - Not obvious what track info menu item does (LP: #699899) * debian/patches/lp_750823.patch - Dropped patch, merged upstream * debian/control - Updated standards version to 3.9.2 - Cleaned up description to quiet lintian
Diffstat (limited to 'src/player-item.c')
-rw-r--r--src/player-item.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/player-item.c b/src/player-item.c
index d880347..cf9e806 100644
--- a/src/player-item.c
+++ b/src/player-item.c
@@ -194,12 +194,11 @@ static gpointer _g_object_ref0 (gpointer self) {
void player_item_update (PlayerItem* self, GHashTable* data, GeeHashSet* attributes) {
- gboolean _tmp20_;
g_return_if_fail (self != NULL);
g_return_if_fail (data != NULL);
g_return_if_fail (attributes != NULL);
if (data == NULL) {
- g_warning ("player-item.vala:55: PlayerItem::Update -> The hashtable was null - ju" \
+ g_warning ("player-item.vala:54: PlayerItem::Update -> The hashtable was null - ju" \
"st leave it!");
return;
}
@@ -298,8 +297,6 @@ void player_item_update (PlayerItem* self, GHashTable* data, GeeHashSet* attribu
}
_g_object_unref0 (_property_it);
}
- _tmp20_ = player_item_populated (self, attributes);
- dbusmenu_menuitem_property_set_bool ((DbusmenuMenuitem*) self, DBUSMENU_MENUITEM_PROP_VISIBLE, _tmp20_);
}