mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
This writes the save_as to $entry3.
This commit is contained in:
parent
1246ce1aba
commit
b05e0a4262
@ -1425,6 +1425,7 @@ sub save_as {
|
|||||||
$entry_advanced[4] = $new_template;
|
$entry_advanced[4] = $new_template;
|
||||||
|
|
||||||
# This is a renaming deal and this time doesn't exist in the archive
|
# This is a renaming deal and this time doesn't exist in the archive
|
||||||
|
# or $tmp.
|
||||||
if (!-f "$home_rootfs/$new_template") {
|
if (!-f "$home_rootfs/$new_template") {
|
||||||
if ($template ne $new_template) {
|
if ($template ne $new_template) {
|
||||||
return if err_custom("mv $tmp/$template $tmp/$new_template",
|
return if err_custom("mv $tmp/$template $tmp/$new_template",
|
||||||
@ -1434,6 +1435,7 @@ sub save_as {
|
|||||||
|
|
||||||
return if errcp(sys("cp -a $tmp/$new_template $home_rootfs")) == 2;
|
return if errcp(sys("cp -a $tmp/$new_template $home_rootfs")) == 2;
|
||||||
$ear2->set_text($new_template);
|
$ear2->set_text($new_template);
|
||||||
|
$entry3->set_text("$tmp/$new_template");
|
||||||
$save_as->destroy;
|
$save_as->destroy;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1442,10 +1444,11 @@ sub save_as {
|
|||||||
&& -f "$home_rootfs/$new_template" ) {
|
&& -f "$home_rootfs/$new_template" ) {
|
||||||
return if errcp(sys("cp -a $tmp/$new_template $home_rootfs")) == 2;
|
return if errcp(sys("cp -a $tmp/$new_template $home_rootfs")) == 2;
|
||||||
$ear2->set_text($new_template);
|
$ear2->set_text($new_template);
|
||||||
|
$entry3->set_text("$tmp/$new_template");
|
||||||
$save_as->destroy;
|
$save_as->destroy;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Here the file trying to be renamed already exist in the archive
|
# Here the file trying to be renamed already exists in the archive
|
||||||
# but doesn't exist in $tmp
|
# but doesn't exist in $tmp
|
||||||
else {
|
else {
|
||||||
|
|
||||||
@ -1468,12 +1471,12 @@ sub save_as {
|
|||||||
== 2;
|
== 2;
|
||||||
$event_count = 0;
|
$event_count = 0;
|
||||||
$ear2->set_text($new_template);
|
$ear2->set_text($new_template);
|
||||||
|
$entry3->set_text("$tmp/$new_template");
|
||||||
$save_as->destroy;
|
$save_as->destroy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$new_template_tmp = $new_template;
|
$new_template_tmp = $new_template;
|
||||||
}
|
}
|
||||||
#$new_template_tmp = $new_template;
|
|
||||||
},"clicked");
|
},"clicked");
|
||||||
$button->can_default(1);
|
$button->can_default(1);
|
||||||
$save_as->action_area->pack_start($button, $false, $false,0);
|
$save_as->action_area->pack_start($button, $false, $false,0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user