This is an automated email from the git hooks/post-receive script. kulvait-guest pushed a commit to branch master in repository dicompyler.
commit 8fc0050c5ff27e0e81feb001134a712e3380ad0a Author: Vojtěch Kulvait <[email protected]> Date: Wed Sep 20 00:00:17 2017 +0200 All patches prepared --- debian/patches/092017A_fixpubsub.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/092017A_fixpubsub.patch b/debian/patches/092017A_fixpubsub.patch index 363138f..db284c0 100644 --- a/debian/patches/092017A_fixpubsub.patch +++ b/debian/patches/092017A_fixpubsub.patch @@ -69,7 +69,7 @@ Index: dicompyler/dicompyler/baseplugins/anonymize.py import os, threading from dicompyler import guiutil, util -@@ -333,4 +332,8 @@ class AnonymizeDialog(wx.Dialog): +@@ -333,4 +332,9 @@ class AnonymizeDialog(wx.Dialog): else: self.privatetags = False @@ -80,6 +80,7 @@ Index: dicompyler/dicompyler/baseplugins/anonymize.py + def OnDestroy(self, evt): + """Unbind to all events before the plugin is destroyed.""" + pub.unsubscribe(self.OnImportPrefsChange, 'general.dicom.import_location') ++ pub.unsubscribe(self.OnUpdatePatient, 'patient.updated.raw_data') Index: dicompyler/dicompyler/baseplugins/dvh.py =================================================================== --- dicompyler.orig/dicompyler/baseplugins/dvh.py -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dicompyler.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
