From: Latif Khalifa Date: Sat, 5 Sep 2009 04:27:31 +0000 (+0000) Subject: Revert prev commit to InventoryConsole.cs X-Git-Tag: release-1.8~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=571e61d954087235d16c9f6d3d624eb91cb146eb;p=radegast%2Fradegast.git Revert prev commit to InventoryConsole.cs git-svn-id: https://radegast.googlecode.com/svn/trunk@195 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- 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)