]> git.sur5r.net Git - glabels/commit
Fixed problem with creation of 1st barcode.
authorJim Evins <evins@snaught.com>
Sat, 20 Nov 2010 20:52:35 +0000 (15:52 -0500)
committerJim Evins <evins@snaught.com>
Sat, 20 Nov 2010 20:52:35 +0000 (15:52 -0500)
commita35071a7dd2b561b6cf479c46639fa62fbefb045
treed1a9775c0b24be856edbb92c4dff6752b881cb91
parent860dea63a5a9389d42605bc759892428ad3e94d2
Fixed problem with creation of 1st barcode.

A change signal is apparently being delayed until the actual widget is
being realized as a result of the gtk_widget_show of the object editor
notebook.  The proper fix is to use actual signal blockers rather than
the simple "stop_signals" flag, since the flags assume callbacks are
always called inline rather than being called asynchronously.
src/object-editor-bc-page.c
src/object-editor.c