Go the correct directory after a deletion
Этот коммит содержится в:
родитель
bb8c2e66e7
Коммит
44f64cf3d3
@ -229,13 +229,15 @@ int delete_dir(struct dir *dr) {
|
|||||||
|
|
||||||
|
|
||||||
void delete_process() {
|
void delete_process() {
|
||||||
struct dir *n = root->parent;
|
struct dir *n;
|
||||||
/* confirm */
|
/* confirm */
|
||||||
seloption = 1;
|
seloption = 1;
|
||||||
while(state == DS_CONFIRM && !noconfirm)
|
while(state == DS_CONFIRM && !noconfirm)
|
||||||
if(input_handle(0))
|
if(input_handle(0))
|
||||||
return browse_init(root);
|
return browse_init(root);
|
||||||
|
|
||||||
|
n = root->parent->sub != root ? root->parent->sub : root->next ? root->next : root->parent;
|
||||||
|
|
||||||
/* delete */
|
/* delete */
|
||||||
lastupdate = 999;
|
lastupdate = 999;
|
||||||
seloption = 0;
|
seloption = 0;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user