diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:39:56 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:39:56 -0500 |
commit | 4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a (patch) | |
tree | 30a3542b051d6bf1f1622b78d94d1a8ef3ce6b18 /src/player-item.c | |
parent | ec6b5962ff35174b341621edc7728b5ce1eaf7fd (diff) | |
parent | 088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7 (diff) | |
download | ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.tar.gz ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.tar.bz2 ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.zip |
releasing version 0.6.0-0ubuntu1
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); |