git-gui: Paper bag fix info dialog when no files are staged at commit
If the user tries to commit their changes without actually staging
anything we used to display an informational dialog suggesting they
first stage those changes, then retry the commit feature.
Unfortunately I broke this in aba15f7
("Ensure error dialogs always
appear over all other windows") and failed to fix it in the paper
bag fix that came one day after it.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
3baee1f3bf
commit
094fbbf964
@ -47,7 +47,7 @@ proc info_popup {msg} {
|
||||
append title " ([reponame])"
|
||||
}
|
||||
tk_messageBox \
|
||||
-parent $parent \
|
||||
-parent [_error_parent] \
|
||||
-icon info \
|
||||
-type ok \
|
||||
-title $title \
|
||||
|
Loading…
Reference in New Issue
Block a user