Code

gitk: Update selection background colorbar in prefs dialog
authorMark Levedahl <mdl123@verizon.net>
Wed, 27 Jun 2007 01:51:34 +0000 (21:51 -0400)
committerPaul Mackerras <paulus@samba.org>
Thu, 28 Jun 2007 00:08:53 +0000 (10:08 +1000)
The callback function was incorrectly set to update the background
colorbar when updated the selection background. This did not affect the
colors chosen or their use, just their presentation in the preferences
dialog box.

Signed-off-by: Mark Levedahl <mdl123@verizon.net>
gitk

diff --git a/gitk b/gitk
index f1b80ff39af5be726bb83ca512ad9e26bb39f602..2d6a6ef9cef40b0ea5090f49d13c30836f0f1c20 100755 (executable)
--- a/gitk
+++ b/gitk
@@ -7004,7 +7004,7 @@ proc doprefs {} {
     grid x $top.hunksepbut $top.hunksep -sticky w
     label $top.selbgsep -padx 40 -relief sunk -background $selectbgcolor
     button $top.selbgbut -text "Select bg" -font optionfont \
-       -command [list choosecolor selectbgcolor 0 $top.bg background setselbg]
+       -command [list choosecolor selectbgcolor 0 $top.selbgsep background setselbg]
     grid x $top.selbgbut $top.selbgsep -sticky w
 
     frame $top.buts