Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Vaish <gvaish@mono-cvs.ximian.com>2003-03-08 10:41:07 +0300
committerGaurav Vaish <gvaish@mono-cvs.ximian.com>2003-03-08 10:41:07 +0300
commit78810b2d74ea446af20c7ce7f43bf897848555a4 (patch)
tree360c5d879fcabbe6a6c608f33ef5962725efc44a /mcs/class/System.Web.Mobile
parent2aab91405192c886bb7f2b23eea667653d9d737e (diff)
*** empty log message ***
svn path=/trunk/mcs/; revision=12349
Diffstat (limited to 'mcs/class/System.Web.Mobile')
-rw-r--r--mcs/class/System.Web.Mobile/System.Web.UI.MobileControls/MobileListItemCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Web.Mobile/System.Web.UI.MobileControls/MobileListItemCollection.cs b/mcs/class/System.Web.Mobile/System.Web.UI.MobileControls/MobileListItemCollection.cs
index 74cead858db..531a0d88be0 100644
--- a/mcs/class/System.Web.Mobile/System.Web.UI.MobileControls/MobileListItemCollection.cs
+++ b/mcs/class/System.Web.Mobile/System.Web.UI.MobileControls/MobileListItemCollection.cs
@@ -111,7 +111,7 @@ namespace System.Web.UI.MobileControls
public void Remove(string item)
{
- RemoveAt(IndexOf(new MobileListItem(item));
+ RemoveAt(IndexOf(new MobileListItem(item)));
}
public void Remove(MobileListItem item)