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

gEDA-cvs: pcb.git: branch: master updated (c524ef4fa55162cd11ba79625896a018e8c55602)



The branch, master has been updated
  discards  7dcc3d0b7b6dcba356601aa8601d5e2a11993e39 (commit)
       via  c524ef4fa55162cd11ba79625896a018e8c55602 (commit)
      from  7dcc3d0b7b6dcba356601aa8601d5e2a11993e39 (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
=========

 src/crosshair.c        |    2 +-
 src/hid/lesstif/main.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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

commit c524ef4fa55162cd11ba79625896a018e8c55602
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Revert some "True" -> "true" string changes
    
    These were inadvertently changed by the mechanised Boolean -> bool
    replacement in commit ad5eb5a165442be38624aa622beeb57dc1d2afbd

:100644 100644 88b9cc0... 13ddc71... M	src/crosshair.c
:100644 100644 bc8f17c... 3280032... M	src/hid/lesstif/main.c

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

commit c524ef4fa55162cd11ba79625896a018e8c55602
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Revert some "True" -> "true" string changes
    
    These were inadvertently changed by the mechanised Boolean -> bool
    replacement in commit ad5eb5a165442be38624aa622beeb57dc1d2afbd

diff --git a/src/crosshair.c b/src/crosshair.c
index 88b9cc0..13ddc71 100644
--- a/src/crosshair.c
+++ b/src/crosshair.c
@@ -940,7 +940,7 @@ FitCrosshairIntoGrid (LocationType X, LocationType Y)
 	if (ans == NO_TYPE)
 	  hid_action("PointCursor");
 	else if (!TEST_FLAG(SELECTEDFLAG, (LineType *)ptr2))
-	  hid_actionl("PointCursor","true", NULL);
+	  hid_actionl("PointCursor","True", NULL);
     }
   if (Settings.Mode == LINE_MODE
       && Crosshair.AttachedLine.State != STATE_FIRST
diff --git a/src/hid/lesstif/main.c b/src/hid/lesstif/main.c
index bc8f17c..3280032 100644
--- a/src/hid/lesstif/main.c
+++ b/src/hid/lesstif/main.c
@@ -2020,7 +2020,7 @@ lesstif_parse_arguments (int *argc, char ***argv)
 	    break;
 	  case HID_Boolean:
 	    o->argKind = XrmoptionNoArg;
-	    o->value = "true";
+	    o->value = "True";
 	    acount++;
 	    break;
 	  default:




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