[rygel] media-export: rename harvest to harvester



commit 70a63b65ad063ff2cc2b5c3807359c883cebe371
Author: Jens Georg <mail jensge org>
Date:   Sat Sep 12 01:26:19 2009 +0200

    media-export: rename harvest to harvester

 .../rygel-media-export-root-container.vala         |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/media-export/rygel-media-export-root-container.vala b/src/plugins/media-export/rygel-media-export-root-container.vala
index 6a2ccdd..c42f1cf 100644
--- a/src/plugins/media-export/rygel-media-export-root-container.vala
+++ b/src/plugins/media-export/rygel-media-export-root-container.vala
@@ -146,13 +146,13 @@ public class Rygel.MediaExportRootContainer : Rygel.MediaDBContainer {
     }
 
     private void harvest (File file, MediaContainer parent = this) {
-        var harvest = new MediaExportHarvester (parent,
+        var harvester = new MediaExportHarvester (parent,
                                                 this.media_db,
                                                 this.extractor,
                                                 this.monitor);
-        harvest.harvested.connect (this.on_file_harvested);
-        this.harvester[file] = harvest;
-        harvest.harvest (file);
+        harvester.harvested.connect (this.on_file_harvested);
+        this.harvester[file] = harvester;
+        harvester.harvest (file);
     }
 
     private void on_file_changed (File             file,



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