kuuko pushed a commit to branch master.

http://git.enlightenment.org/apps/epour.git/commit/?id=055a4e86a1ed1c8fdcb5c0eb9bf63bc602000ecb

commit 055a4e86a1ed1c8fdcb5c0eb9bf63bc602000ecb
Author: Kai Huuhko <kai.huu...@gmail.com>
Date:   Wed Apr 22 05:06:46 2015 +0300

    Improve torrent data save location entry in torrent add dialog
    
    Use fs.path instead of fs.selected for getting the path, allows user to
    enter the path in the entry widget
---
 epour/gui/TorrentSelector.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/epour/gui/TorrentSelector.py b/epour/gui/TorrentSelector.py
index 6472c0f..92176e6 100644
--- a/epour/gui/TorrentSelector.py
+++ b/epour/gui/TorrentSelector.py
@@ -129,7 +129,7 @@ class TorrentSelector(StandardWindow):
             e.show()
 
         def fs_cb(fs, key):
-            self.add_dict[key] = fs.selected
+            self.add_dict[key] = fs.path
 
         save_path = FsEntry(
             opt_box, size_hint_align=FILL_HORIZ, text="Save path",

-- 


Reply via email to