diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:20:43 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:20:43 -0500 |
commit | 088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7 (patch) | |
tree | 40b0981ba8fa8cd5d414440b04742723afeb39f4 /src/player-item.c | |
parent | b4b1c772dc57c3034cc80b785e4b472b8fe1b404 (diff) | |
parent | fec38bea8091cc778bdbb236ed4c854b9cdcb34d (diff) | |
download | ayatana-indicator-sound-088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7.tar.gz ayatana-indicator-sound-088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7.tar.bz2 ayatana-indicator-sound-088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7.zip |
Import upstream version 0.6.0
Diffstat (limited to 'src/player-item.c')
-rw-r--r-- | src/player-item.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/player-item.c b/src/player-item.c index b974b67..c9f0e74 100644 --- a/src/player-item.c +++ b/src/player-item.c @@ -1,4 +1,4 @@ -/* player-item.c generated by valac 0.11.5, the Vala compiler +/* player-item.c generated by valac 0.11.6, the Vala compiler * generated from player-item.vala, do not modify */ /* @@ -316,8 +316,6 @@ gboolean player_item_populated (PlayerItem* self, GeeHashSet* attrs) { gpointer _tmp2_ = NULL; gchar* prop; gint _tmp3_; - gint value_int; - gint _tmp4_; _tmp1_ = gee_iterator_next (_prop_it); if (!_tmp1_) { break; @@ -325,9 +323,7 @@ gboolean player_item_populated (PlayerItem* self, GeeHashSet* attrs) { _tmp2_ = gee_iterator_get (_prop_it); prop = (gchar*) _tmp2_; _tmp3_ = dbusmenu_menuitem_property_get_int ((DbusmenuMenuitem*) self, prop); - value_int = _tmp3_; - _tmp4_ = dbusmenu_menuitem_property_get_int ((DbusmenuMenuitem*) self, prop); - if (_tmp4_ != PLAYER_ITEM_EMPTY) { + if (_tmp3_ != PLAYER_ITEM_EMPTY) { result = TRUE; _g_free0 (prop); _g_object_unref0 (_prop_it); |