[shotwell/shotwell-0.24] Fix non-matching generic types of inferface implementations
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/shotwell-0.24] Fix non-matching generic types of inferface implementations
- Date: Sun, 16 Oct 2016 20:39:49 +0000 (UTC)
commit 0dd5368e0b33c22e3fb196b2776d56988aca0572
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Sep 30 18:58:54 2016 +0200
Fix non-matching generic types of inferface implementations
src/Tag.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Tag.vala b/src/Tag.vala
index 81d7d7d..46cbfaa 100644
--- a/src/Tag.vala
+++ b/src/Tag.vala
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]