aboutsummaryrefslogtreecommitdiff
path: root/src/player-item.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-06-16 21:21:25 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-06-16 21:21:25 -0400
commitb004f06319c37e63adee52cff5a6258e900ad8a2 (patch)
treec59b4b428d751a13d74aab9872c4cddb811d3e9d /src/player-item.c
parent82a0655d82f040a729b225335b99fafba2786668 (diff)
parent808a7108ec6c8cca9423b25269c846b5c6e2461d (diff)
downloadayatana-indicator-sound-b004f06319c37e63adee52cff5a6258e900ad8a2.tar.gz
ayatana-indicator-sound-b004f06319c37e63adee52cff5a6258e900ad8a2.tar.bz2
ayatana-indicator-sound-b004f06319c37e63adee52cff5a6258e900ad8a2.zip
Import upstream version 0.7.1
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_);
}