[banshee] [AmazonMp3] Fix build
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [banshee] [AmazonMp3] Fix build
- Date: Thu,  2 Sep 2010 19:02:12 +0000 (UTC)
commit 6d42595c6264171eeefa1fd76a84d54fdb2f9671
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Sep 2 14:01:54 2010 -0500
    [AmazonMp3] Fix build
 .../AmazonMp3DownloaderService.cs                  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonMp3DownloaderService.cs b/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonMp3DownloaderService.cs
index 7721532..ae115fb 100644
--- a/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonMp3DownloaderService.cs
+++ b/src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/AmazonMp3DownloaderService.cs
@@ -74,7 +74,7 @@ namespace Banshee.AmazonMp3
         public void DownloadAmz (string path)
         {
             try {
-                new UserJobDownloadManager (path);
+                new AmazonDownloadManager (path);
                 Log.Information ("Downloading Amazon MP3 purchase", path);
             } catch (Exception e) {
                 Log.Exception ("Invalid .amz file: " + path, e);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]