From b076314018e4b53d745823754a26eb6fb73a2801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 19 Oct 2016 05:08:19 +0200 Subject: New upstream version 0.24.1 --- src/Tag.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Tag.vala') 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 added, bool relinking) { + Gee.Collection added, bool relinking) { Tag tag = (Tag) container; Gee.Collection sources = (Gee.Collection) added; @@ -233,7 +233,7 @@ public class TagSourceCollection : ContainerSourceCollection { } protected override void notify_container_contents_removed(ContainerSource container, - Gee.Collection removed, bool unlinking) { + Gee.Collection removed, bool unlinking) { Tag tag = (Tag) container; Gee.Collection sources = (Gee.Collection) removed; -- cgit v1.2.3