aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 12f057a1..8b0a34de 100644
--- a/src/main.c
+++ b/src/main.c
@@ -315,7 +315,7 @@ int main(int argc, char *argv[])
else if (cmd.receive)
inc_mail(mainwin);
else
- gtk_widget_grab_focus(folderview->ctree);
+ gtk_widget_grab_focus(folderview->treeview);
if (cmd.compose)
open_compose_new(cmd.compose_mailto, cmd.attach_files);