[rygel] media-export: Use proper type on queue init



commit 0bf5ce014e20fe9af564f73457c76ef5870ff5a0
Author: Jens Georg <mail jensge org>
Date:   Fri Oct 16 20:41:25 2009 +0200

    media-export: Use proper type on queue init

 .../media-export/rygel-media-export-harvester.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/media-export/rygel-media-export-harvester.vala b/src/plugins/media-export/rygel-media-export-harvester.vala
index e8ae8ba..ba11997 100644
--- a/src/plugins/media-export/rygel-media-export-harvester.vala
+++ b/src/plugins/media-export/rygel-media-export-harvester.vala
@@ -72,7 +72,7 @@ public class Rygel.MediaExportHarvester : GLib.Object {
         this.extractor.extraction_done.connect (on_extracted_cb);
         this.extractor.error.connect (on_extractor_error_cb);
         this.files = new GLib.Queue<FileQueueEntry> ();
-        this.containers = new GLib.Queue<DummyContainer> ();
+        this.containers = new GLib.Queue<MediaContainer> ();
         this.origin = null;
         this.monitor = monitor;
     }



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