Fixed an issue in the Add File Dialog.

Mon, 20 Jan 2014 18:58:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 20 Jan 2014 18:58:14 +0100
changeset 3220
05609c8fb7a8
parent 3218
c33689d92b14
child 3222
8dd90095ba04

Fixed an issue in the Add File Dialog.

Project/AddFileDialog.py file | annotate | diff | comparison | revisions
diff -r c33689d92b14 -r 05609c8fb7a8 Project/AddFileDialog.py
--- a/Project/AddFileDialog.py	Sun Jan 19 15:37:47 2014 +0100
+++ b/Project/AddFileDialog.py	Mon Jan 20 18:58:14 2014 +0100
@@ -45,7 +45,7 @@
         self.sourceFileButton.setIcon(UI.PixmapCache.getIcon("open.png"))
         
         self.targetDirCompleter = E5DirCompleter(self.targetDirEdit)
-        self.sourceFileCompleter = E5FileCompleter(self.sourceFileCompleter)
+        self.sourceFileCompleter = E5FileCompleter(self.sourceFileEdit)
         
         self.targetDirEdit.setText(pro.ppath)
         self.filter = filter

eric ide

mercurial