=== modified file 'GDebi/GDebiGtk.py'
--- GDebi/GDebiGtk.py 2015-07-02 07:17:19 +0000
+++ GDebi/GDebiGtk.py 2015-07-08 13:23:09 +0000
@@ -981,8 +981,7 @@
self.env = ["VTE_PTY_KEEP_FD=%s"% self.writefd,
"DEBIAN_FRONTEND=gnome",
"APT_LISTCHANGES_FRONTEND=gtk"]
- def child_exited(self,term):
- status = term.get_child_exit_status()
+ def child_exited(self, term, status):
#print "apt finished %s" % status
#print "exit status: %s" % posix.WEXITSTATUS(status)
#print "was signaled %s" % posix.WIFSIGNALED(status)