Some random fixes here and there. There is no more name_find or name_set use.
This commit is contained in:
@ -11,10 +11,6 @@ group {
|
||||
set_text(PART:"progress_percent", percent);
|
||||
snprintf(sectors, 100, "%d/%d", getarg(3), getarg(4));
|
||||
set_text(PART:"progress_text", sectors);
|
||||
|
||||
/* Also sent is the buffer available [getarg(5)] and
|
||||
* the buffer capacity [getarg(6)]
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -42,7 +38,7 @@ group {
|
||||
description {
|
||||
state: "before_show" 0.0;
|
||||
color: 0 0 0 0;
|
||||
|
||||
|
||||
rel1 {
|
||||
relative: 0.0 0.0;
|
||||
offset: -33 0;
|
||||
@ -75,7 +71,7 @@ group {
|
||||
type: SWALLOW;
|
||||
repeat_events: 1;
|
||||
scale: 1;
|
||||
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
min: 100 26;
|
||||
|
Reference in New Issue
Block a user