summaryrefslogtreecommitdiff
path: root/lib/error.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/error.tcl')
-rw-r--r--lib/error.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.tcl b/lib/error.tcl
index 08a2462..8c27678 100644
--- a/lib/error.tcl
+++ b/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 \