summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-03-03 12:52:36 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-03-03 13:50:20 +0000
commit8fbeb26219e8b798bede97c34d5f7cd02e670f9f (patch)
treee6e13f2b8dbd890a07c6e7439dccdb34e4e09770 /alot
parentd72f1f42990b5e36d26ff5df0ea949084492d226 (diff)
fix typo
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/thread.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 458c7880..124f9642 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -840,9 +840,9 @@ class MoveFocusCommand(MoveCommand):
if self.movement == 'parent':
tbuffer.focus_parent()
elif self.movement == 'first reply':
- tbuffer.focus_first_child()
+ tbuffer.focus_first_reply()
elif self.movement == 'last reply':
- tbuffer.focus_last_child()
+ tbuffer.focus_last_reply()
elif self.movement == 'next sibling':
tbuffer.focus_next_sibling()
elif self.movement == 'previous sibling':