From 2a7fa926837dcd766a1408c26109b844f651280b Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 8 Jan 2010 03:04:02 -0500 Subject: [PATCH] Fix --- StreamingAudio/Main.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/StreamingAudio/Main.cs b/StreamingAudio/Main.cs index ff5b9ba0a..2598db7fc 100644 --- a/StreamingAudio/Main.cs +++ b/StreamingAudio/Main.cs @@ -40,7 +40,6 @@ public override bool FinishedLaunching (UIApplication app, NSDictionary options) // Nice creative commons source. entry.Text = "http://ccmixter.org/content/bradstanfield/bradstanfield_-_People_Let_s_Stop_The_War.mp3"; - entry.Text = "http://tirania.org/c.mp3"; entry.EditingDidEnd += delegate { entry.ResignFirstResponder (); };