[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-21-g736c635)



The branch, master has been updated
       via  736c635ef2f5bfb822169a8c024ebb92cdd17cf0 (commit)
      from  c08a776a0a68a9bc89ca17089120db305fda6167 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 libgeda/lib/print-colormap-darkbg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 736c635ef2f5bfb822169a8c024ebb92cdd17cf0
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Mon Dec 22 20:22:08 2008 +0000

    libgeda: Fix dark background lock color.
    
    Drawing of locked objects was accidentally disabled.

:100644 100644 50f2a66... b38cfd6... M	libgeda/lib/print-colormap-darkbg

=========
 Changes
=========

commit 736c635ef2f5bfb822169a8c024ebb92cdd17cf0
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Mon Dec 22 20:22:08 2008 +0000

    libgeda: Fix dark background lock color.
    
    Drawing of locked objects was accidentally disabled.

diff --git a/libgeda/lib/print-colormap-darkbg b/libgeda/lib/print-colormap-darkbg
index 50f2a66..b38cfd6 100644
--- a/libgeda/lib/print-colormap-darkbg
+++ b/libgeda/lib/print-colormap-darkbg
@@ -30,7 +30,7 @@
    (bounding-box       #f)
    (zoom-box           #f)
    (stroke             #f)
-   (lock               #f)
+   (lock               "#bebebe")
    (output-background  "#000000")
    (junction           "#ffff00")
    (freestyle1         #f)




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs