Change the qobserver's notification order. This fixes a bug and removes code made...
commitdc1f431728a2ccc74238eb610a6b403c3dd8747b
authorDavid Aguilar <davvid@gmail.com>
Fri, 4 Jan 2008 12:16:45 +0000 (4 04:16 -0800)
committerDavid Aguilar <davvid@gmail.com>
Fri, 4 Jan 2008 12:16:45 +0000 (4 04:16 -0800)
tree1e8654c71b3a4a8262a27c3419136e81c2283e5f
parent0009e8ecd3f9bdc00b61a2c5f508157f2eaea2a3
Change the qobserver's notification order.  This fixes a bug and removes code made unnecessary by this design.

We now change the disabling of model notification in when setting Qt widget params instead of when setting model params.  This undoes a previous fix that was added to the options controller that would refresh the historybrowser line in the options gui.  That code is no longer needed with this change.  An added benefit is that the interactive font updating is fixed/enabled with this fix.

Signed-off by: David Aguilar <davvid@gmail.com>
ugitlibs/qobserver.py
ugitlibs/utilcontroller.py