Comment 5 for bug 1198663

Revision history for this message
gpleda.org commit robot (gpleda-launchpad-robot) wrote :

Bug was fixed by a commit
git master commit 4c0621cee3a8e49223a72a8ffe146b19e76ad6ff
http://git.geda-project.org/geda-gaf/commit/?id=4c0621cee3a8e49223a72a8ffe146b19e76ad6ff

commit 4c0621cee3a8e49223a72a8ffe146b19e76ad6ff
Author: Gareth Edwards <email address hidden>
Commit: Gareth Edwards <email address hidden>

    gschem: don't set sensitivity on non-existent menus

    Commit 6c8f2901 removed the Buffer menu from the top level menu
    but the state-setting code in i_basic.c persisted. Remove the lines
    that attempt to set state on this non-existent menu.

    Closes-bug: lp-1198663