]> git.sur5r.net Git - glabels/commit
Fixed problem with creation of 1st barcode, again.
authorJim Evins <evins@snaught.com>
Sat, 27 Nov 2010 02:27:25 +0000 (21:27 -0500)
committerJim Evins <evins@snaught.com>
Sat, 27 Nov 2010 02:33:02 +0000 (21:33 -0500)
commit7c8701b3c9063510e362d8a0a786976ddca570e7
tree4e384744c36798f3156e9bfa061b5dfc6ddb89af
parentc0905027d4dd2667ed738c6679fdf657e9d4cf40
Fixed problem with creation of 1st barcode, again.

Previous fix only temporarily masked the problem.  The problem is that
the first time the barcode tabs are made visible, the digits spin button
would emit a "changed" signal.  The fix is to connect to the "value-changed"
signal instead.

This commit also includes replacing the stop_signals flag with explicit
signal blockers.
12 files changed:
src/object-editor-bc-page.c
src/object-editor-data-page.c
src/object-editor-fill-page.c
src/object-editor-image-page.c
src/object-editor-line-page.c
src/object-editor-lsize-page.c
src/object-editor-position-page.c
src/object-editor-private.h
src/object-editor-shadow-page.c
src/object-editor-size-page.c
src/object-editor-text-page.c
src/object-editor.c