Skip to content

Commit

Permalink
2007-02-07 Jonathan Pobst <monkey@jpobst.com>
Browse files Browse the repository at this point in the history
	[Backport to 1-2-3]
	* ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
	MonoInternalNote.  This is added automagically by VS2005, so let's not crash
	on it.

svn path=/branches/mono-1-2-3/mcs/; revision=72594
  • Loading branch information
jpobst committed Feb 11, 2007
1 parent 203611f commit 1441b19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
@@ -1,3 +1,9 @@
2007-02-07 Jonathan Pobst <monkey@jpobst.com>
[Backport to 1-2-3]
* ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to
MonoInternalNote. This is added automagically by VS2005, so let's not crash
on it.

2007-02-05 Jackson Harper <jackson@ximian.com>

* TreeView.cs: We need to check scrollbar visibility when window
Expand Down
Expand Up @@ -678,12 +678,12 @@ public ListView ()
[EditorBrowsable (EditorBrowsableState.Advanced)]
[DefaultValue (true)]
[Browsable (false)]
[MonoInternalNote ("Stub, not implemented")]
public bool UseCompatibleStateImageBehavior {
get {
return false;
}
set {
throw new NotImplementedException ();
}
}
#endif
Expand Down

0 comments on commit 1441b19

Please sign in to comment.