From e63dc6451177bc9d4c398849eda13ff880fc69c3 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 29 Jun 2011 10:24:23 +0200 Subject: new menu items manager - and removed the earlier attempt at a custom item for the same purpose --- src/player-item.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/player-item.vala') 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); -- cgit v1.2.3