projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2965bd7
)
fix scope of setting self.files
author
Robin Dunn
<robin@alldunn.com>
Thu, 8 Jun 2006 19:12:13 +0000
(19:12 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Thu, 8 Jun 2006 19:12:13 +0000
(19:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39642
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/wx/lib/imagebrowser.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/wx/lib/imagebrowser.py
b/wxPython/wx/lib/imagebrowser.py
index 1ff10ca13890c1319e734d1d6c549833e1268b0a..576d0bcfbd9232f2ba76b354e3f3edd24611041c 100644
(file)
--- a/
wxPython/wx/lib/imagebrowser.py
+++ b/
wxPython/wx/lib/imagebrowser.py
@@
-330,7
+330,7
@@
class FindFiles:
if pattern.match(value) != None:
filelist.append(i)
-
self.files = filelist
+ self.files = filelist
def MakeRegex(self, pattern):
import re