From: Jonas Fonseca Date: Sun, 10 Apr 2011 03:40:10 +0000 (-0400) Subject: Fix regression where new content in the stage view does not reset the position X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9cfde756a1a73f275dff97827d35ac27c5eb30eb;hp=e4a8d2c0d050d3c53e1aa3846f2ffc2a981ffa65;p=tig.git Fix regression where new content in the stage view does not reset the position --- diff --git a/tig.c b/tig.c index e60b717..eec5b0a 100644 --- a/tig.c +++ b/tig.c @@ -1515,7 +1515,7 @@ static struct view views[] = { VIEW_(BRANCH, "branch", &branch_ops, TRUE, ref_head), VIEW_(HELP, "help", &help_ops, FALSE, ""), VIEW_(PAGER, "pager", &pager_ops, FALSE, ""), - VIEW_(STATUS, "status", &status_ops, TRUE, ""), + VIEW_(STATUS, "status", &status_ops, TRUE, "status"), VIEW_(STAGE, "stage", &stage_ops, TRUE, ""), };