[med-svn] r23679 - in trunk/packages/dicompyler/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sat Feb 18 07:19:59 UTC 2017


Author: tille
Date: 2017-02-18 07:19:58 +0000 (Sat, 18 Feb 2017)
New Revision: 23679

Added:
   trunk/packages/dicompyler/trunk/debian/patches/fix_DicomImporterDialog.patch
Modified:
   trunk/packages/dicompyler/trunk/debian/changelog
   trunk/packages/dicompyler/trunk/debian/patches/series
Log:
Fix Open Patient dialog


Modified: trunk/packages/dicompyler/trunk/debian/changelog
===================================================================
--- trunk/packages/dicompyler/trunk/debian/changelog	2017-02-15 07:34:46 UTC (rev 23678)
+++ trunk/packages/dicompyler/trunk/debian/changelog	2017-02-18 07:19:58 UTC (rev 23679)
@@ -1,3 +1,11 @@
+dicompyler (0.4.2-4) UNRELEASED; urgency=medium
+
+  * Fix Open Patient dialog (Thanks for the patch to Vojtech Kulvait
+    <kulvait at gmail.com>)
+    may be close: #854837
+
+ -- Andreas Tille <tille at debian.org>  Sat, 18 Feb 2017 08:11:47 +0100
+
 dicompyler (0.4.2-3) unstable; urgency=medium
 
   * Fix title of citation

Added: trunk/packages/dicompyler/trunk/debian/patches/fix_DicomImporterDialog.patch
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/fix_DicomImporterDialog.patch	                        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/patches/fix_DicomImporterDialog.patch	2017-02-18 07:19:58 UTC (rev 23679)
@@ -0,0 +1,16 @@
+Author: Vojtech Kulvait <kulvait at gmail.com>
+Last-Update: Tue, 14 Feb 2017 14:18:44 +0100
+Bug-Debian: https://bugs.debian.org/854837
+Description: Fix Open Patient dialog
+
+--- a/dicompyler/dicomgui.py
++++ b/dicompyler/dicomgui.py
+@@ -50,6 +50,8 @@ class DicomImporterDialog(wx.Dialog):
+         pre = wx.PreDialog()
+         # the Create step is done by XRC.
+         self.PostCreate(pre)
++        self.path = "/tmp"
++        self.import_location_setting = "Remember Last Used"
+ 
+     def Init(self, res):
+         """Method called after the panel has been initialized."""

Modified: trunk/packages/dicompyler/trunk/debian/patches/series
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/series	2017-02-15 07:34:46 UTC (rev 23678)
+++ trunk/packages/dicompyler/trunk/debian/patches/series	2017-02-18 07:19:58 UTC (rev 23679)
@@ -5,3 +5,4 @@
 allow_pillow_instead_of_pil.patch
 enable_later_versions_of_matplotlib.patch
 fix-xrc-errors.patch
+fix_DicomImporterDialog.patch




More information about the debian-med-commit mailing list