Author: miguel
Date: 2005-11-09 21:29:31 -0500 (Wed, 09 Nov 2005)
New Revision: 52817

Modified:
   trunk/mono/mono/metadata/ChangeLog
   trunk/mono/mono/metadata/mono-config.c
Log:
2005-11-09  Miguel de Icaza  <[EMAIL PROTECTED]>

        * mono-config.c (mono_get_config_dir): Set the system defaults if
        none is specified.



Modified: trunk/mono/mono/metadata/ChangeLog
===================================================================
--- trunk/mono/mono/metadata/ChangeLog  2005-11-10 02:24:50 UTC (rev 52816)
+++ trunk/mono/mono/metadata/ChangeLog  2005-11-10 02:29:31 UTC (rev 52817)
@@ -1,3 +1,11 @@
+2005-11-09  Miguel de Icaza  <[EMAIL PROTECTED]>
+
+       * mono-config.c (mono_get_config_dir): Set the system defaults if
+       none is specified.
+
+       * assembly.c (mono_set_dirs): New API entry point to set the
+       assembly and the config directory in one call
+
 2005-11-09  Zoltan Varga  <[EMAIL PROTECTED]>
 
        * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if

Modified: trunk/mono/mono/metadata/mono-config.c
===================================================================
--- trunk/mono/mono/metadata/mono-config.c      2005-11-10 02:24:50 UTC (rev 
52816)
+++ trunk/mono/mono/metadata/mono-config.c      2005-11-10 02:29:31 UTC (rev 
52817)
@@ -404,7 +404,7 @@
 mono_get_config_dir (void)
 {
        if (mono_cfg_dir == NULL)
-               mono_set_rootdir ();
+               mono_set_dirs (NULL, NULL);
 
        return mono_cfg_dir;
 }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to