gschem: fix refresh in component seleciton dialog
commit2e5decb6ff1601935cc1f005a312ca04b6d13dfb
authorKrzysztof Kosciuszkiewicz <k.kosciuszkiewicz@gmail.com>
Wed, 19 Jan 2011 22:12:49 +0000 (19 23:12 +0100)
committerPeter TB Brett <peter@peter-b.co.uk>
Thu, 20 Jan 2011 13:37:33 +0000 (20 13:37 +0000)
treeec232683e0992b60e5cb96251df056b18c9450b1
parentffb9395d8d138de4b7b1d92f44cfc06a494077d3
gschem: fix refresh in component seleciton dialog

Block signal handler for GtkTreeSelection "updated" signal while the
refreshed GtkTreeModel is installed in the GtkTreeView widget.

This is necessary as x_compselect_callback_response cannot reliably
determine whether it has been triggered by update of "library" or "in
use" tree views.

Closes-bug: lp-704829
gschem/src/x_compselect.c