submitted patch from flexi. was experiencing some kind of packet flood on uploads. see http://cl1p.net/kthxcrash/

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@644 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
otakup0pe
2006-11-28 01:47:24 +00:00
parent 3d8e7fd39c
commit dcdbb6e256
2 changed files with 6 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ namespace IA_ImageTool
Process p = new Process();
p.StartInfo.UseShellExecute = false;
p.StartInfo.FileName = "kdu_compress.exe";
p.StartInfo.CreateNoWindow = true;
p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
if (rate == 0)
{