Merge lp:~gue5t/midori/valac-0.16 into lp:midori

Proposed by gue5t gue5t
Status: Merged
Approved by: Paweł Forysiuk
Approved revision: 6674
Merged at revision: 6674
Proposed branch: lp:~gue5t/midori/valac-0.16
Merge into: lp:midori
Diff against target: 12 lines (+1/-1)
1 file modified
tests/searchaction.vala (+1/-1)
To merge this branch: bzr merge lp:~gue5t/midori/valac-0.16
Reviewer Review Type Date Requested Status
Paweł Forysiuk Approve
Review via email: mp+216768@code.launchpad.net

Commit message

Compile with valac 0.16 again

Description of the change

Trailing-comma syntax works here with valac 0.18 but not 0.16.

To post a comment you must log in.
Revision history for this message
Paweł Forysiuk (tuxator) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/searchaction.vala'
2--- tests/searchaction.vala 2014-04-07 02:52:02 +0000
3+++ tests/searchaction.vala 2014-04-22 19:20:21 +0000
4@@ -50,7 +50,7 @@
5 { "about:blank", "" },
6 { "", "" },
7 { "file:///", "" },
8- { "file:///form.html", "" },
9+ { "file:///form.html", "" }
10 };
11
12 void searchaction_token () {

Subscribers

People subscribed via source and target branches

to all changes: