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/MediaDataRepresentation.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/MediaDataRepresentation.vala') diff --git a/src/MediaDataRepresentation.vala b/src/MediaDataRepresentation.vala index f01f147..484404c 100644 --- a/src/MediaDataRepresentation.vala +++ b/src/MediaDataRepresentation.vala @@ -400,8 +400,8 @@ public abstract class MediaSourceCollection : DatabaseSourceCollection { public static void count_media(Gee.Collection media, out int photo_count, out int video_count) { - Gee.ArrayList photos = new Gee.ArrayList(); - Gee.ArrayList videos = new Gee.ArrayList(); + var photos = new Gee.ArrayList(); + var videos = new Gee.ArrayList