aboutsummaryrefslogtreecommitdiff
path: root/generic/Track.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Track.c')
-rw-r--r--generic/Track.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/Track.c b/generic/Track.c
index 86a90b0..aa6cbcf 100644
--- a/generic/Track.c
+++ b/generic/Track.c
@@ -645,6 +645,7 @@ Configure(ZnItem item,
old_connected = item->connected_item;
if (ZnConfigureAttributes(wi, item, item, track_attrs, argc, argv, flags) == TCL_ERROR) {
+ item->connected_item = old_connected;
return TCL_ERROR;
}