[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.6.1-20100214-234-g355fd9b)
The branch, master has been updated
via 355fd9bae3392c120d85f81feff04cae5a0ed42e (commit)
from 86c305d9a2c62f062cbd9b63810a0173e4855310 (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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 355fd9bae3392c120d85f81feff04cae5a0ed42e
Author: Krzysztof Kosciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
gschem: fix secondary label in close confirmation dialog
Secondary label used a pointer string that was previously freed. This
bug was introduced in commit d8803215ea59.
Reviewed-by: Peter TB Brett <peter@xxxxxxxxxxxxx>
Closes-bug: lp-700189
:100644 100644 dff7a5e... 60395a6... M gschem/src/x_dialog.c
=========
Changes
=========
commit 355fd9bae3392c120d85f81feff04cae5a0ed42e
Author: Krzysztof Kosciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
gschem: fix secondary label in close confirmation dialog
Secondary label used a pointer string that was previously freed. This
bug was introduced in commit d8803215ea59.
Reviewed-by: Peter TB Brett <peter@xxxxxxxxxxxxx>
Closes-bug: lp-700189
diff --git a/gschem/src/x_dialog.c b/gschem/src/x_dialog.c
index dff7a5e..60395a6 100644
--- a/gschem/src/x_dialog.c
+++ b/gschem/src/x_dialog.c
@@ -3820,7 +3820,7 @@ close_confirmation_dialog_constructor (GType type,
"selectable", TRUE,
/* GtkLabel */
"wrap", TRUE,
- "label", str,
+ "label", cstr,
NULL));
gtk_box_pack_start (GTK_BOX (vbox), label,
FALSE, FALSE, 0);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs