X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Ferror.tcl;h=75650157e551e34dab650d89f3fa6d25afc91d6a;hb=1eaa541f5fbda3fc30085da4f75e99dfae4ec9b3;hp=08a24622c7ff199399805ef34f0396f6cb81613c;hpb=e38f892d1832977511c4e7c82204c7f94c3a3232;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 \