1
1

Return to previously opened directory on failed recalculation

...instead of displaying an empty and unusable browser.
Этот коммит содержится в:
Yorhel 2009-06-06 23:22:49 +02:00
родитель e5cc7703d7
Коммит 26c77cfc14
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -4,6 +4,7 @@ git - ?
- Removed reliance of dirfd()
- Fixed non-void return in void delete_process()
- Fixed several tiny memory leaks
- Return to previously opened directory on failed recalculation
1.5 - 2009-05-02
- Fixed incorrect apparent size on directory refresh

Просмотреть файл

@ -428,7 +428,7 @@ calc_fail:
if(orig == NULL)
return 1;
else {
browse_init(NULL);
browse_init(orig);
return 0;
}
}