From 7ba64b0e3b3060d81abc93f7c8c7face96bc090c Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Fri, 19 Jun 2009 22:00:13 +0000 Subject: [PATCH] No need to update from Store git-svn-id: https://radegast.googlecode.com/svn/trunk@60 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- Radegast/GUI/Consoles/Inventory/InventoryConsole.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs b/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs index 0e49916..83b2a40 100644 --- a/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs +++ b/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs @@ -883,6 +883,7 @@ namespace Radegast fetchFolder(f.UUID, f.OwnerID, false); + /* try { List contents = client.Inventory.Store.GetContents(f); @@ -895,6 +896,7 @@ namespace Radegast { fetchFolder(f.UUID, f.OwnerID, true); } + */ TreeNode dummy = null; foreach (TreeNode n in node.Nodes) -- 2.11.0