From: Paul Mackerras Date: Fri, 26 May 2006 12:34:30 +0000 (+1000) Subject: gitk: show_error fix X-Git-Tag: v1.4.0-rc1~21^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e54be9e30ffb8ab21fe9ef740991940f4d00e79c?ds=inline;hp=e54be9e30ffb8ab21fe9ef740991940f4d00e79c gitk: show_error fix Bug noted by Junio C Hamano: show_error can be passed "." (root window) as its $w argument, but appending ".m" and ".ok" results in creating "..m" and "..ok" as window paths, which were invalid. This fixes it in a slightly different way from Junio's patch, though. Signed-off-by: Paul Mackerras ---