gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] xgps from 3.17~dev


From: Eric S. Raymond
Subject: Re: [gpsd-users] xgps from 3.17~dev
Date: Sun, 3 Apr 2016 13:26:18 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

hans mayer <address@hidden>:
> 
> 
> hi eric,
> 
> many thanks for your reply.
> 
> how did you figure out that's line 518 ?
> and which xml file we are speaking about ?
> 
> kind regards
> hans

It's this call:

        self.uimanager.add_ui_from_string(u'''
<ui>
    <menubar name="MenuBar">
      <menu action="File">
        <menuitem action="Quit"/>
      </menu>
      <menu action="View">
        <menuitem action="Skyview"/>
        <menuitem action="Responses"/>
        <menuitem action="GPS"/>
        <menuitem action="Noise"/>
        <menuitem action="Maidenhead"/>
        <menuitem action="AIS"/>
      </menu>
      <menu action="Units">
        <menuitem action="Imperial"/>
        <menuitem action="Nautical"/>
        <menuitem action="Metric"/>
      </menu>
      <menu action="Step of grid">
        <menuitem action="30°"/>
        <menuitem action="45°"/>
        <menuitem action="Off"/>
      </menu>
    </menubar>
</ui>
''')

The stack trace showed an error on the last line of that span, 544.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]