* [RFC/PATCH] gitk: add current directory to main window title
@ 2006-12-10 20:31 Doug Maxey
0 siblings, 0 replies; only message in thread
From: Doug Maxey @ 2006-12-10 20:31 UTC (permalink / raw)
To: Paul Mackerras; +Cc: Git Mailing List
From fe613c56b0079871e6b862077a9d673ca064cc16 Mon Sep 17 00:00:00 2001
From: Doug Maxey <dwm@bebe.enoyolf.org>
Date: Sun, 10 Dec 2006 14:02:50 -0600
Signed-off-by: Doug Maxey <dwm@enoyolf.org>
---
Based off gitk#master.
It helps me, being greyware challenged, keep track of which gitk is active
for a given directory.
---
gitk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gitk b/gitk
index 3dabc69..b8fd6ca 100755
--- a/gitk
+++ b/gitk
@@ -6293,6 +6293,7 @@ set stuffsaved 0
set patchnum 0
setcoords
makewindow
+wm title . "[file tail $argv0] [file tail [pwd]]"
readrefs
if {$cmdline_files ne {} || $revtreeargs ne {}} {
--
1.4.4.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-10 20:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-10 20:31 [RFC/PATCH] gitk: add current directory to main window title Doug Maxey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox