Fixed an issue introduced by the last change.

Sun, 06 Feb 2011 15:45:46 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 06 Feb 2011 15:45:46 +0100
changeset 883
ac0c6a9ab656
parent 882
34b86be88bf0
child 885
e997d2f41dea

Fixed an issue introduced by the last change.

E5Gui/E5FileDialog.py file | annotate | diff | comparison | revisions
--- a/E5Gui/E5FileDialog.py	Sun Feb 06 15:41:44 2011 +0100
+++ b/E5Gui/E5FileDialog.py	Sun Feb 06 15:45:46 2011 +0100
@@ -12,6 +12,8 @@
 
 import Globals
 
+Options = QFileDialog.Options
+
 ShowDirsOnly = QFileDialog.ShowDirsOnly
 DontResolveSymlinks = QFileDialog.DontResolveSymlinks
 DontConfirmOverwrite = QFileDialog.DontConfirmOverwrite

eric ide

mercurial