<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Done. I restored the gridlaunch as well, as I took the deletion of it to be another mistake?<BR><BR>Best regards,<BR>Stefan Andersson<BR>Tribal Media AB<BR><BR><BR><BR> <BR>
<HR id=stopSpelling>
To: opensim-dev@lists.berlios.de<BR>CC: opensim-dev@lists.berlios.de; opensim-dev-bounces@lists.berlios.de<BR>From: alan_webb@us.ibm.com<BR>Date: Wed, 8 Apr 2009 12:03:55 -0400<BR>Subject: Re: [Opensim-dev] [Opensim-commits] r9036 - in trunk/OpenSim<BR><BR><BR><FONT face=sans-serif size=2>Dr Schofield is not going to be around for a few days, so I'll take the liberty of responding. It's my fault anyway. The files showed up flagged as a deleted  in my repository, and I have inadvertently propagated that deletion with my change. My apologies. Perhaps someone with commit authority could restore these files?</FONT> <BR><FONT face=sans-serif size=2><BR>Best regards<BR>Alan<BR>-------------------<BR>T.J. Watson Research Center, Hawthorne, NY<BR>1-914-784-7286<BR>alan_webb@us.ibm.com</FONT> <BR><BR><BR>
<TABLE width="100%">
<TBODY>
<TR vAlign=top>
<TD><FONT face=sans-serif color=#5f5f5f size=1>From:</FONT> 
<TD><FONT face=sans-serif size=1>Mikko Pallari <mikko.pallari@adminotech.com></FONT> 
<TR vAlign=top>
<TD><FONT face=sans-serif color=#5f5f5f size=1>To:</FONT> 
<TD><FONT face=sans-serif size=1>"opensim-dev@lists.berlios.de" <opensim-dev@lists.berlios.de></FONT> 
<TR vAlign=top>
<TD><FONT face=sans-serif color=#5f5f5f size=1>Date:</FONT> 
<TD><FONT face=sans-serif size=1>04/08/2009 02:22 AM</FONT> 
<TR vAlign=top>
<TD><FONT face=sans-serif color=#5f5f5f size=1>Subject:</FONT> 
<TD><FONT face=sans-serif size=1>Re: [Opensim-dev] [Opensim-commits] r9036 - in trunk/OpenSim</FONT></TR></TBODY></TABLE><BR>
<HR noShade>
<BR><BR><BR><TT><FONT size=2>Hi,<BR><BR>Was there some particular reason why the OpenSim.32BitLaunch.csproj was removed from trunk? It has been previously found very useful: </FONT></TT><A href="http://teddmaa.blogspot.com/2008/12/opensim-in-visual-studio-on-win64.html"><TT><FONT size=2>http://teddmaa.blogspot.com/2008/12/opensim-in-visual-studio-on-win64.html</FONT></TT></A><TT><FONT size=2><BR><BR>Cheers,<BR>Mikko<BR><BR>-----Original Message-----<BR>From: opensim-commits-bounces@lists.berlios.de [</FONT></TT><A href="mailto:opensim-commits-bounces@lists.berlios.de"><TT><FONT size=2>mailto:opensim-commits-bounces@lists.berlios.de</FONT></TT></A><TT><FONT size=2>] On Behalf Of drscofield@opensimulator.org<BR>Sent: 7. huhtikuuta 2009 19:54<BR>To: opensim-commits@lists.berlios.de<BR>Subject: [Opensim-commits] r9036 - in trunk/OpenSim: Region/OptionalModules/Avatar/Chat Tools/OpenSim.32BitLaunch Tools/OpenSim.GridLaunch<BR><BR>Author: drscofield<BR>Date: 2009-04-07 09:53:41 -0700 (Tue, 07 Apr 2009)<BR>New Revision: 9036<BR><BR>Removed:<BR>  trunk/OpenSim/Tools/OpenSim.32BitLaunch/OpenSim.32BitLaunch.csproj<BR>  trunk/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.csproj<BR>Modified:<BR>  trunk/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs<BR>Log:<BR>From: Alan Webb <alan_webb@us.ibm.com><BR><BR> Fix null reference exception during close down of IRC module if the<BR> region was not actually initialized.<BR><BR>Modified: trunk/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs<BR>===================================================================<BR>--- trunk/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs 2009-04-07 16:41:07 UTC (rev 9035)<BR>+++ trunk/OpenSim/Region/OptionalModules/Avatar/Chat/IRCBridgeModule.cs 2009-04-07 16:53:41 UTC (rev 9036)<BR>@@ -148,8 +148,16 @@<BR>            if (!enabled)<BR>                return;<BR><BR>+            if (region == null)<BR>+                return;<BR>+<BR>            region.Close();<BR>-            lock (m_regions) m_regions.Remove(region);<BR>+<BR>+            if(m_regions.Contains(region))<BR>+            {<BR>+                lock (m_regions) m_regions.Remove(region);<BR>+            }<BR>+<BR>        }<BR><BR>        #endregion<BR><BR>_______________________________________________<BR>Opensim-commits mailing list<BR>Opensim-commits@lists.berlios.de<BR></FONT></TT><A href="https://lists.berlios.de/mailman/listinfo/opensim-commits"><TT><FONT size=2>https://lists.berlios.de/mailman/listinfo/opensim-commits</FONT></TT></A><TT><FONT size=2><BR>_______________________________________________<BR>Opensim-dev mailing list<BR>Opensim-dev@lists.berlios.de<BR></FONT></TT><A href="https://lists.berlios.de/mailman/listinfo/opensim-dev"><TT><FONT size=2>https://lists.berlios.de/mailman/listinfo/opensim-dev</FONT></TT></A><TT><FONT size=2><BR></FONT></TT><BR><BR></body>
</html>