All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] git-gui: fix typo in image data
@ 2010-12-09 20:46 Bert Wesarg
  2010-12-09 20:46 ` [PATCH 2/3] git-gui: remove 'no such variable' for s error when encounter unknown file states Bert Wesarg
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bert Wesarg @ 2010-12-09 20:46 UTC (permalink / raw)
  To: Pat Thoyts; +Cc: Shawn O. Pearce, Gustaf Hendeby, git, Bert Wesarg

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
---
 git-gui.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/git-gui.sh b/git-gui.sh
index c85a53c..3ef9129 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -1958,8 +1958,8 @@ static unsigned char file_merge_bits[] = {
 } -maskdata $filemask
 
 image create bitmap file_statechange -background white -foreground green -data {
-#define file_merge_width 14
-#define file_merge_height 15
+#define file_statechange_width 14
+#define file_statechange_height 15
 static unsigned char file_statechange_bits[] = {
    0xfe, 0x01, 0x02, 0x03, 0x02, 0x05, 0x02, 0x09, 0x02, 0x1f, 0x62, 0x10,
    0x62, 0x10, 0xba, 0x11, 0xba, 0x11, 0x62, 0x10, 0x62, 0x10, 0x02, 0x10,
-- 
1.7.3.2.1200.ge4bf6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-28  9:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 20:46 [PATCH 1/3] git-gui: fix typo in image data Bert Wesarg
2010-12-09 20:46 ` [PATCH 2/3] git-gui: remove 'no such variable' for s error when encounter unknown file states Bert Wesarg
2010-12-09 20:46 ` [PATCH 3/3] git-gui: learn more type change states Bert Wesarg
2011-01-28  9:34 ` [PATCH 1/3] git-gui: fix typo in image data Pat Thoyts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.