diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-19 05:09:43 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-19 05:09:43 +0200 |
commit | 694c7e47ece2cd322b0d2b57b88933a22d2734db (patch) | |
tree | c098b2104f1b76db60dd1f50de060c4439437fd8 /src/Tag.vala | |
parent | 6824050190585821a13ce0f52d314986a25d6c2a (diff) | |
parent | b076314018e4b53d745823754a26eb6fb73a2801 (diff) |
Merge tag 'upstream/0.24.1'
Upstream version 0.24.1
Diffstat (limited to 'src/Tag.vala')
-rw-r--r-- | src/Tag.vala | 4 |
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; |