[Mono-bugs] [Bug 82603][Min] Changed - FileDialogs/FolderBrowserDialog: Win32 wrong Desktop folder used

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 27 11:56:11 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by everaldo at simios.org.

http://bugzilla.ximian.com/show_bug.cgi?id=82603

--- shadow/82603	2007-08-27 09:43:14.000000000 -0400
+++ shadow/82603.tmp.23299	2007-08-27 11:56:11.000000000 -0400
@@ -41,6 +41,12 @@
 
 So it seems that MWFVFS (?Managed WinForms Virtual FS) in Theme.Places in 
 Theme.cs should use:
    return Environment.GetFolderPath(
                  Environment.SpecialFolder.DesktopDirectory);
 rather than E.S.Desktop
+
+------- Additional Comments From everaldo at simios.org  2007-08-27 11:56 -------
+Change from DesktopDirectory to Desktop causes errors for every
+FolderDialog open. Here it looks to be working fine.
+
+Can you provide a test case sample to demonstrate the problem?


More information about the mono-bugs mailing list