gitk: Ensure that "Reset branch" menu entry is enabled
commitda12e59dd6732f2f6dfe6285193dbebe9cd5a91b
authorJohannes Sixt <j6t@kdbg.org>
Wed, 3 Dec 2008 12:43:20 +0000 (3 13:43 +0100)
committerPaul Mackerras <paulus@samba.org>
Sun, 21 Dec 2008 23:16:17 +0000 (22 10:16 +1100)
tree2ccb3c995628433e00d221bc97dca5e0a4f48b88
parentadcbec13b9bbcb5e4a15de403038ff91d55b7ece
gitk: Ensure that "Reset branch" menu entry is enabled

Consider this sequence of events:

1. Detach HEAD and fire up gitk
2. Call the context menu on some commit. Notice that the last menu entry
   says "Detached HEAD: can't reset" and it is disabled.
3. Now checkout some regular branch (e.g. 'master') using the context menu.
4. Call the context menu again on some commit.

Previously, at this point the last menu entry said "Reset master branch
to here", but it was still disabled. With this fix it is now enabled again.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk