[Mono-bugs] [Bug 72252][Wis] Changed - ListView is not being cleared.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Feb 2005 18:38:03 -0500 (EST)


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 rogerio.araujo@gmail.com.

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

--- shadow/72252	2005-02-05 18:36:44.000000000 -0500
+++ shadow/72252.tmp.16549	2005-02-05 18:38:03.000000000 -0500
@@ -47,6 +47,11 @@
 }
 lvwRemoteFileSystem.Items.Clear(); 
 lviItem = new ListViewItem("nothing");
 lviItem .SubItems.Add("");
 lviItem .SubItems.Add(dir.Attributes.ToString());
 lvwLocalFileSystem.Items.Add(lviItem) ;
+
+------- Additional Comments From rogerio.araujo@gmail.com  2005-02-05 18:38 -------
+Created an attachment (id=14096)
+The application that raises some ListView bugs...
+