diff options
author | Pratyush Yadav <me@yadavpratyush.com> | 2020-03-02 23:45:54 +0530 |
---|---|---|
committer | Pratyush Yadav <me@yadavpratyush.com> | 2020-03-03 00:06:34 +0530 |
commit | 5eb9397e88dfc04b9993484fe8835f7eebdf1100 (patch) | |
tree | e5d885e9e2deb013d9efafc3e9429af1e6426448 /git-gui--askpass | |
parent | Merge branch 'py/missing-bracket' (diff) | |
download | tgif-5eb9397e88dfc04b9993484fe8835f7eebdf1100.tar.xz |
git-gui: fix error popup when doing blame -> "Show History Context"
In d9c6469 (git-gui: update status bar to track operations, 2019-12-01)
the call to 'ui_status' in 'do_gitk' was updated to create the newly
introduced "status bar operation". This allowed this status text to show
along with other operations happening in parallel, and removed a race
between all these operations.
But in that refactor, the fact that 'ui_status' checks for the existence
of 'main_status' was overlooked. This leads to an error message popping
up when the user selects "Show History Context" from the blame window
context menu on a source line. The error occurs because when running
"blame" 'main_status' is not initialized.
So, add a check for the existence of 'main_status' in 'do_gitk'. This
fix reverts to the original behaviour. In the future, we might want to
look into a better way of telling 'do_gitk' which status bar to use.
Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
Diffstat (limited to 'git-gui--askpass')
0 files changed, 0 insertions, 0 deletions