Index: smart/control.py =================================================================== --- smart/control.py (revisão 742) +++ smart/control.py (cópia de trabalho) @@ -482,6 +482,9 @@ def commitChangeSet(self, changeset, caching=OPTIONAL, confirm=True): if confirm and not iface.confirmChangeSet(changeset): return False + + if not confirm: + iface.showChangeSet(changeset) setCloseOnExecAll()