apps.c error duplicate member 'browser'

Bug #1186601 reported by Cris Dywan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Midori Web Browser
Fix Released
Critical
Cris Dywan

Bug Description

The daily builds on Precise fail with this error

default/extensions/apps.c:144:17: error: duplicate member 'browser'

No clue at this point what's going on there.

Related branches

Revision history for this message
Cris Dywan (kalikiana) wrote :

The problem seems to be this pattern. Older Vala versions don't deal with re-using variable names very well.

try {
    …
    var browser
    …
catch () {
    var browser
    …
}

Changed in midori:
assignee: nobody → Christian Dywan (kalikiana)
RabbitBot (rabbitbot-a)
Changed in midori:
status: Confirmed → Fix Committed
Cody Garver (codygarver)
Changed in midori:
milestone: none → 0.5.3
Cris Dywan (kalikiana)
Changed in midori:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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