Author: zbowling
Date: 2005-03-06 21:10:04 -0500 (Sun, 06 Mar 2005)
New Revision: 41496
Modified:
trunk/gtkmozembed-sharp/gtkmozembed/WebControl.custom
Log:
2004-03-06 Zac Bowling <[EMAIL PROTECTED]>
* gtkmozembed/WebControl.custom: backword logic, sorry
Modified: trunk/gtkmozembed-sharp/gtkmozembed/WebControl.custom
===================================================================
--- trunk/gtkmozembed-sharp/gtkmozembed/WebControl.custom 2005-03-07
01:18:00 UTC (rev 41495)
+++ trunk/gtkmozembed-sharp/gtkmozembed/WebControl.custom 2005-03-07
02:10:04 UTC (rev 41496)
@@ -75,7 +75,7 @@
// Check for Windows
// On .NET 2.0 its "3" for Unix, Linux, and Mac
// On any version of Mono for anything but Windows (pre 2.0 api) its
"128"
- if (((int) System.Environment.OSVersion.Platform) >= 4)
+ if (!((int) System.Environment.OSVersion.Platform) >= 4)
{
// HACK: This is to fix shared profile issues on WIN32
// We append a unique string to the end of the path.
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches