Comment 2 for bug 835800

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

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

commit 02349b4a799cd36a91c9b9a1aab396731b9a6cf6
Author: Peter TB Brett <email address hidden>
Commit: Peter TB Brett <email address hidden>

    gschem: Use a scrollable treeview for list of changed symbols.

    Rework the "major symbol change" dialog to use a GtkTreeView in a
    GtkScrolledWindow to list the changed symbols. This prevents the
    dialog box from growing to a ridiculous size if a very large number of
    symbols in a schematic have had major "symversion=" attribute
    increments.

    Closes-bug: lp-835800