[banshee] Emusic.Store: Remove unneeded refresh
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Emusic.Store: Remove unneeded refresh
- Date: Tue, 20 Dec 2011 16:55:15 +0000 (UTC)
commit f6f19975260e32f964291e634a72787f161b2228
Author: Will Thompson <will willthompson co uk>
Date: Mon Dec 19 09:13:13 2011 +0000
Emusic.Store: Remove unneeded refresh
Previously, a page refresh was needed to ensure the tracks were
correctly labelled as purchased in the web view. This no longer seems to
be necessary: the site's JavaScript code works correctly now. Removing
the refresh makes the purchasing experience slicker. Fixes bgo#666493.
Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>
.../Banshee.Emusic.Store/StoreView.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Emusic.Store/Banshee.Emusic.Store/StoreView.cs b/src/Extensions/Banshee.Emusic.Store/Banshee.Emusic.Store/StoreView.cs
index 064cf63..7c7e09f 100644
--- a/src/Extensions/Banshee.Emusic.Store/Banshee.Emusic.Store/StoreView.cs
+++ b/src/Extensions/Banshee.Emusic.Store/Banshee.Emusic.Store/StoreView.cs
@@ -98,7 +98,6 @@ namespace Banshee.Emusic.Store
Log.Debug ("OssiferWebView: downloaded purchase list", destinationUri);
Banshee.ServiceStack.ServiceManager.Get<EmusicService> ()
.ImportEmx (new SafeUri (destinationUri).LocalPath);
- Reload ();
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]