From 571e61d954087235d16c9f6d3d624eb91cb146eb Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sat, 5 Sep 2009 04:27:31 +0000 Subject: [PATCH] Revert prev commit to InventoryConsole.cs git-svn-id: https://radegast.googlecode.com/svn/trunk@195 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- Radegast/GUI/Consoles/Inventory/InventoryConsole.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs b/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs index 0286eae..43a1d70 100644 --- a/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs +++ b/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs @@ -559,7 +559,7 @@ namespace Radegast client.Inventory.OnFolderUpdated += callback; fetchFolder(f.UUID, f.OwnerID, true); - gotFolderEvent.WaitOne(5 * 1000, false); + gotFolderEvent.WaitOne(30 * 1000, false); client.Inventory.OnFolderUpdated -= callback; if (!success) -- 2.11.0