diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-06-16 21:40:42 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-06-16 21:40:42 -0400 |
commit | 2ada6ebcaa4d92f1e1374c8ad7564c720e5930b2 (patch) | |
tree | 1aa03a50675abd7110676e6aee3d3dac69f44254 /src/player-item.c | |
parent | 306604f2426f7a1b7a4516566cb68e1d6c982998 (diff) | |
parent | b004f06319c37e63adee52cff5a6258e900ad8a2 (diff) | |
download | ayatana-indicator-sound-2ada6ebcaa4d92f1e1374c8ad7564c720e5930b2.tar.gz ayatana-indicator-sound-2ada6ebcaa4d92f1e1374c8ad7564c720e5930b2.tar.bz2 ayatana-indicator-sound-2ada6ebcaa4d92f1e1374c8ad7564c720e5930b2.zip |
releasing version 0.7.1-0ubuntu1
Diffstat (limited to 'src/player-item.c')
-rw-r--r-- | src/player-item.c | 5 |
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_); } |