aboutsummaryrefslogtreecommitdiff
path: root/src/player-item.vala
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-07-07 16:41:10 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-07-07 16:41:10 -0400
commit08cee9d8f475337362ea4e935b0d1b2697f0ec79 (patch)
tree51c0fec7431593cb3b6ffa9a2141c5d2122ff38c /src/player-item.vala
parentd6c3971f3dc1d69de7e6f937b4bc0aa82842b05f (diff)
parent4fe864d53eea581c95685e31a4372a83f87fce55 (diff)
downloadayatana-indicator-sound-08cee9d8f475337362ea4e935b0d1b2697f0ec79.tar.gz
ayatana-indicator-sound-08cee9d8f475337362ea4e935b0d1b2697f0ec79.tar.bz2
ayatana-indicator-sound-08cee9d8f475337362ea4e935b0d1b2697f0ec79.zip
* New upstream release.
- libindicator scroll signals (LP: #804618) - metadatawidget collapse (LP: #806439) * debian/control - Bumped build depends for libindicator to 0.3.90 * debian/patches/gtk3_define.patch - dropped
Diffstat (limited to 'src/player-item.vala')
-rw-r--r--src/player-item.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player-item.vala b/src/player-item.vala
index 162dbea..7867653 100644
--- a/src/player-item.vala
+++ b/src/player-item.vala
@@ -61,6 +61,8 @@ public class PlayerItem : Dbusmenu.Menuitem
//debug("search key = %s", search_key);
Variant? v = data.lookup(search_key);
+ if (v == null) continue;
+
if (v.is_of_type ( VariantType.STRING )){
string update = v.get_string().strip();
//debug("with value : %s", update);