summaryrefslogtreecommitdiff
path: root/src/Tag.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-19 05:08:19 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-19 05:08:19 +0200
commitb076314018e4b53d745823754a26eb6fb73a2801 (patch)
treea834cd64830068f988fda00b25578578ee096363 /src/Tag.vala
parentb67c4ba420286470899a63ff8b2fbbfdc17d082c (diff)
New upstream version 0.24.1upstream/0.24.1
Diffstat (limited to 'src/Tag.vala')
-rw-r--r--src/Tag.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Tag.vala b/src/Tag.vala
index 31b1e40..46cbfaa 100644
--- a/src/Tag.vala
+++ b/src/Tag.vala
@@ -205,7 +205,7 @@ public class TagSourceCollection : ContainerSourceCollection {
}
protected override void notify_container_contents_added(ContainerSource container,
- Gee.Collection<DataSource> added, bool relinking) {
+ Gee.Collection<DataObject> added, bool relinking) {
Tag tag = (Tag) container;
Gee.Collection<MediaSource> sources = (Gee.Collection<MediaSource>) added;
@@ -233,7 +233,7 @@ public class TagSourceCollection : ContainerSourceCollection {
}
protected override void notify_container_contents_removed(ContainerSource container,
- Gee.Collection<DataSource> removed, bool unlinking) {
+ Gee.Collection<DataObject> removed, bool unlinking) {
Tag tag = (Tag) container;
Gee.Collection<MediaSource> sources = (Gee.Collection<MediaSource>) removed;