X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Ferror.tcl;h=75650157e551e34dab650d89f3fa6d25afc91d6a;hb=d4f6bc887de7957645b998a0b0e22bc4048f36dd;hp=08a24622c7ff199399805ef34f0396f6cb81613c;hpb=3d0a936f63f2f894b3986d96cdd8f2baae96150c;p=git.git diff --git a/git-gui/lib/error.tcl b/git-gui/lib/error.tcl index 08a24622c..75650157e 100644 --- a/git-gui/lib/error.tcl +++ b/git-gui/lib/error.tcl @@ -47,7 +47,7 @@ proc info_popup {msg} { append title " ([reponame])" } tk_messageBox \ - -parent $parent \ + -parent [_error_parent] \ -icon info \ -type ok \ -title $title \ @@ -80,7 +80,9 @@ proc hook_failed_popup {hook msg {is_fatal 1}} { -justify left \ -font font_uibold text $w.m.t \ - -background white -borderwidth 1 \ + -background white \ + -foreground black \ + -borderwidth 1 \ -relief sunken \ -width 80 -height 10 \ -font font_diff \