Module: deluge
Branch: master
Commit: 4ff0fb19ee4752f91249efb618b4a3cd0d611495

Author: Nick <[email protected]>
Date:   Tue Feb 15 19:36:17 2011 +0100

left arrow goes back to overview from torrent details

---

 deluge/ui/console/modes/torrentdetail.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/ui/console/modes/torrentdetail.py 
b/deluge/ui/console/modes/torrentdetail.py
index 6beaa7e..646e00b 100644
--- a/deluge/ui/console/modes/torrentdetail.py
+++ b/deluge/ui/console/modes/torrentdetail.py
@@ -439,7 +439,7 @@ class TorrentDetail(BaseMode, component.Component):
                 self.back_to_overview()
                 return
 
-        if c == 27:
+        if c == 27 or c == curses.KEY_LEFT:
             self.back_to_overview()
             return
 

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to