*** empty log message ***
authorhanda <handa>
Fri, 19 Jun 2009 11:36:06 +0000 (11:36 +0000)
committerhanda <handa>
Fri, 19 Jun 2009 11:36:06 +0000 (11:36 +0000)
MDatabase.cs

index 48273f7..0751dfe 100644 (file)
@@ -429,8 +429,6 @@ namespace M17N.Core
       string usr_dir = (Environment.GetFolderPath
                        (Environment.SpecialFolder.ApplicationData));
 
-      Console.WriteLine (share_dir);
-      Console.WriteLine (usr_dir);
       try {
        string dir = Environment.GetEnvironmentVariable ("M17NDIR");
        DBDirs[1] = new MDatabaseDir (dir);
@@ -443,6 +441,7 @@ namespace M17N.Core
       }
       DBDirs[2] = new MDatabaseDir (null);
       DBDirs[3] = new MDatabaseDir (Path.Combine (share_dir, "m17n"));
+      Console.WriteLine (DBDirs[3].Dirname);
       update_all ();
     }