LiveWallpaper does not build

Bug #1711552 reported by Félix Piédallu
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LiveWallpaper
Fix Committed
High
Maximilian Schnarr

Bug Description

Building with Vala 0.36.4:

[ 48%] Generating application.c, files-selector.c, key.c, keyfactory.c, main.c, plugin-parser.c, plugin-store.c, range-selector.c, search.c, lw-ui.c, plugin.c, config.c
/tmp/felix/yaourt-tmp-felix/aur-livewallpaper/src/livewallpaper-0.5.0/ui/config/files-selector.vala:58.27-58.28: error: Argument 1: Cannot pass value to reference or output parameter
            model.remove (it);
                          ^^
Compilation failed: 1 error(s), 0 warning(s)

model.remove (it);
should be replaced with
model.remove(ref it);

Related branches

Changed in livewallpaper:
assignee: nobody → Maximilian Schnarr (fyrmir)
importance: Undecided → High
status: New → In Progress
Changed in livewallpaper:
milestone: none → 0.6.0
Changed in livewallpaper:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.