[hdf-compass] 22/295: Restore window style

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit 6fa6b84f9b7d3faab31587a057f02e28ea506a4e
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Mon Jul 21 08:57:57 2014 -0600

    Restore window style
---
 compass_viewer/frame.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compass_viewer/frame.py b/compass_viewer/frame.py
index 685788f..92b380c 100644
--- a/compass_viewer/frame.py
+++ b/compass_viewer/frame.py
@@ -112,7 +112,7 @@ class BaseFrame(wx.Frame):
         wc_string = "|".join([make_filter_string(x) for x in wc_string])
         
         from . import open_store
-        dlg = wx.FileDialog(self, "Open Local File", wildcard=wc_string)#, style=wx.FD_OPEN|wx.FD_FILE_MUST_EXIST)
+        dlg = wx.FileDialog(self, "Open Local File", wildcard=wc_string, style=wx.FD_OPEN|wx.FD_FILE_MUST_EXIST)
         if dlg.ShowModal() != wx.ID_OK:
             return
         path = dlg.GetPath()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list