Author: zbowling
Date: 2005-03-06 21:15:48 -0500 (Sun, 06 Mar 2005)
New Revision: 41497
Modified:
trunk/gtkmozembed-sharp/ChangeLog
trunk/gtkmozembed-sharp/gtkmozembed/WebControl.custom
Log:
2005-03-06 Zac Bowling <[EMAIL PROTECTED]>
* gtkmozembed/WebControl.custom: typo made backword logic
Modified: trunk/gtkmozembed-sharp/ChangeLog
===================================================================
--- trunk/gtkmozembed-sharp/ChangeLog 2005-03-07 02:10:04 UTC (rev 41496)
+++ trunk/gtkmozembed-sharp/ChangeLog 2005-03-07 02:15:48 UTC (rev 41497)
@@ -1,5 +1,9 @@
2005-03-06 Zac Bowling <[EMAIL PROTECTED]>
+ * gtkmozembed/WebControl.custom: typo made backword logic
+
+2005-03-06 Zac Bowling <[EMAIL PROTECTED]>
+
* autogen.sh: Added new in file for autoconf blender
* gtkmozembed/gecko-sharp.dll.config.in: Added for WIN32 dll search
* configure.in: updated for building csc and without mono
Modified: trunk/gtkmozembed-sharp/gtkmozembed/WebControl.custom
===================================================================
--- trunk/gtkmozembed-sharp/gtkmozembed/WebControl.custom 2005-03-07
02:10:04 UTC (rev 41496)
+++ trunk/gtkmozembed-sharp/gtkmozembed/WebControl.custom 2005-03-07
02:15:48 UTC (rev 41497)
@@ -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