From 851b1bb2b1acaa5440f66d69948a066779ddf862 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 22 Mar 2011 00:01:53 +0000 Subject: more trace added --- src/playlists-menu-item.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playlists-menu-item.vala') diff --git a/src/playlists-menu-item.vala b/src/playlists-menu-item.vala index 79ab506..6524bec 100644 --- a/src/playlists-menu-item.vala +++ b/src/playlists-menu-item.vala @@ -80,7 +80,7 @@ public class PlaylistsMenuitem : PlayerItem if (this.root_item.property_get (MENUITEM_PATH) == item.property_get (MENUITEM_PATH)){ this.root_item.property_set (MENUITEM_PROP_LABEL, _("Choose Playlist")); } - this.root_item.child_delete (item); + //this.root_item.child_delete (item); } } } -- cgit v1.2.3 From a82ab70e9e82f09ba3d2446dba1b57ead1bde5f8 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 23 Mar 2011 10:15:18 +0000 Subject: tidy up --- src/playlists-menu-item.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playlists-menu-item.vala') diff --git a/src/playlists-menu-item.vala b/src/playlists-menu-item.vala index 6524bec..782b5a2 100644 --- a/src/playlists-menu-item.vala +++ b/src/playlists-menu-item.vala @@ -80,7 +80,7 @@ public class PlaylistsMenuitem : PlayerItem if (this.root_item.property_get (MENUITEM_PATH) == item.property_get (MENUITEM_PATH)){ this.root_item.property_set (MENUITEM_PROP_LABEL, _("Choose Playlist")); } - //this.root_item.child_delete (item); + this.root_item.child_delete (item); } } } -- cgit v1.2.3