summaryrefslogtreecommitdiff
path: root/src/PhotoPage.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/PhotoPage.vala
parentb67c4ba420286470899a63ff8b2fbbfdc17d082c (diff)
New upstream version 0.24.1upstream/0.24.1
Diffstat (limited to 'src/PhotoPage.vala')
-rw-r--r--src/PhotoPage.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PhotoPage.vala b/src/PhotoPage.vala
index ce57c2f..0e14aab 100644
--- a/src/PhotoPage.vala
+++ b/src/PhotoPage.vala
@@ -3125,7 +3125,7 @@ public class LibraryPhotoPage : EditingHostPage {
private void on_flag_unflag() {
if (has_photo()) {
- Gee.ArrayList<DataSource> photo_list = new Gee.ArrayList<DataSource>();
+ var photo_list = new Gee.ArrayList<MediaSource>();
photo_list.add(get_photo());
get_command_manager().execute(new FlagUnflagCommand(photo_list,
!((LibraryPhoto) get_photo()).is_flagged()));