[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-29-g95a097e)
The branch, master has been updated
via 95a097e95de6291ccf901f6849c7246e8e04090a (commit)
from 02c551b77e47fb0fbf2de3bfa62d43a095862a52 (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
=========
gschem/src/x_dialog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 95a097e95de6291ccf901f6849c7246e8e04090a
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Wed Dec 24 00:42:40 2008 +0000
gschem: Fix the colour editing dialog to work with paths
(Added missing case OBJ_PATH:)
:100644 100644 da24f6f... 6a7ea86... M gschem/src/x_dialog.c
=========
Changes
=========
commit 95a097e95de6291ccf901f6849c7246e8e04090a
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Wed Dec 24 00:42:40 2008 +0000
gschem: Fix the colour editing dialog to work with paths
(Added missing case OBJ_PATH:)
diff --git a/gschem/src/x_dialog.c b/gschem/src/x_dialog.c
index da24f6f..6a7ea86 100644
--- a/gschem/src/x_dialog.c
+++ b/gschem/src/x_dialog.c
@@ -2398,6 +2398,7 @@ void color_edit_dialog_apply(GtkWidget *w, GSCHEM_TOPLEVEL *w_current)
case(OBJ_NET):
case(OBJ_BUS):
case(OBJ_PIN):
+ case(OBJ_PATH):
case(OBJ_ARC):
object->saved_color = w_current->edit_color;
w_current->toplevel->page_current->CHANGED = 1;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs