projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added ping location for IRIX
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
filebrowsebutton.py
diff --git
a/wxPython/wx/lib/filebrowsebutton.py
b/wxPython/wx/lib/filebrowsebutton.py
index c731be2b6eab740ed636350506ed4d4e6805c93d..ca3338f462ee0b82c4c6339decdefd2da5934d35 100644
(file)
--- a/
wxPython/wx/lib/filebrowsebutton.py
+++ b/
wxPython/wx/lib/filebrowsebutton.py
@@
-289,8
+289,10
@@
class FileBrowseButtonWithHistory( FileBrowseButton ):
"""Return the current history list"""
if self.historyCallBack != None:
return self.historyCallBack()
- el
se
:
+ el
if self.history
:
return list( self.history )
+ else:
+ return []
def OnSetFocus(self, event):