Index: smart/interface.py
===================================================================
--- smart/interface.py	(revisão 807)
+++ smart/interface.py	(revisão 810)
@@ -99,6 +99,9 @@
         else:
             self._passwdcache[location] = passwd
 
+    def showChangeSet(self, changeset, keep, confirm):
+        pass
+
     def confirmChangeSet(self, changeset):
         return True
 
Index: smart/control.py
===================================================================
--- smart/control.py	(revisão 807)
+++ smart/control.py	(revisão 810)
@@ -483,6 +483,9 @@
         if confirm and not iface.confirmChangeSet(changeset):
             return False
 
+        if not confirm:
+            iface.showChangeSet(changeset)
+
         setCloseOnExecAll()
 
         pmpkgs = {}
