Avoid infinite recalculation loop.

This commit is contained in:
Jaime Thomas
2008-12-21 00:09:07 +00:00
parent acce34c9dc
commit 7f0f6159a8
6 changed files with 128 additions and 20 deletions

View File

@ -120,6 +120,50 @@ group {
}
}
part {
name: "ecdb/burn_image/drive";
type: SWALLOW;
repeat_events: 1;
description {
state: "default" 0.0;
rel1 {
to: "ecdb/burn_image/file";
relative: 0.0 1.0;
offset: 0 5;
}
rel2 {
to: "ecdb/burn_image/file";
relative: 1.0 1.0;
offset: 0 30;
}
}
}
part {
name: "ecdb/burn_image/speed";
type: SWALLOW;
repeat_events: 1;
description {
state: "default" 0.0;
rel1 {
to: "ecdb/burn_image/drive";
relative: 0.0 1.0;
offset: 0 5;
}
rel2 {
to: "ecdb/burn_image/drive";
relative: 1.0 1.0;
offset: 0 30;
}
}
}
part {
name: "progress_outline";
type: IMAGE;

View File

@ -431,7 +431,7 @@ group {
}
box {
layout: "min_size";
layout: "vertical";
padding: 1 1;
align: 0.0 0.5;
}