]> git.sur5r.net Git - glabels/commit
Optimize loading of barcode styles.
authorJim Evins <evins@snaught.com>
Tue, 7 Dec 2010 19:36:25 +0000 (14:36 -0500)
committerJim Evins <evins@snaught.com>
Tue, 7 Dec 2010 19:36:25 +0000 (14:36 -0500)
commit0dc2f0a1cfcef51429248c80522723a1a5a0b71b
treece838f1811e0381e304ef4ac64dc0bef7a218839
parent01b6f0b41fc8ab4f24f3bbb49daeb9d537c53189
Optimize loading of barcode styles.

Only load barcode styles into object editor combo box if backend ID has
changed.  Otherwise, skip loading.  This seems to be a very expensive
operation and would manifest itself as sluggish resizes of barcodes.
src/object-editor-bc-page.c
src/object-editor-private.h
src/object-editor.c