[banshee] Podcasting: Revert unwanted changes from previous commit



commit 750c7d2c7f331dcd36919cbbba4485b2333eb1f7
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Wed Jul 8 01:30:30 2015 +0200

    Podcasting: Revert unwanted changes from previous commit
    
    This reverts part of the commit 14c02083d01ce82467361bafb4bfc902c8e9eaaf
    which was unrelated to Dap and was committed by mistake.

 .../Banshee.Podcasting.Gui/PodcastActions.cs       |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs 
b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs
index f77f749..e6f28e5 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs
@@ -343,7 +343,8 @@ namespace Banshee.Podcasting.Gui
                 return;
             }
 
-            if (!TryParseUrl (url, out feedUri)) {
+            Uri tweaked_feed_uri;
+            if (!TryParseUrl (url, out feedUri) && !TryParseUrl ("http://"; + url, out tweaked_feed_uri)) {
                 HigMessageDialog.RunHigMessageDialog (
                     null,
                     DialogFlags.Modal,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]