File: FileDialog

package info (click to toggle)
drpython 1%3A3.11.1-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 3,400 kB
  • ctags: 2,366
  • sloc: python: 16,315; makefile: 5; sh: 1
file content (17 lines) | stat: -rw-r--r-- 649 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Do not hang for a long time while listing huge directories.
http://sourceforge.net/support/tracker.php?aid=2025471

Index: drpython-3.11.0/drPreferences.py
===================================================================
--- drpython-3.11.0.orig/drPreferences.py	2009-04-07 00:25:53.000000000 +0200
+++ drpython-3.11.0/drPreferences.py	2009-04-07 00:26:11.000000000 +0200
@@ -289,7 +289,7 @@
         self.save = 0
 
         #File Dialog
-        self.usewxfiledialog = 0
+        self.usewxfiledialog = 1
         self.defaultextension = 1
         self.constantwildcard = '*.lnk'
         #self.windowsshortcutreplacetable = 'C:,/mnt/win_c#'