1
1

Corrected code which prevents using of icon view by ports which don't

support it.
Этот коммит содержится в:
Pavel Roskin 1998-09-29 10:44:57 +00:00
родитель 3d7933ad21
Коммит 23278e3eee
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -1,3 +1,8 @@
Tue Sep 29 11:42:32 1998 Pavel Roskin <pavel_roskin@geocities.com>
* setup.c: Corrected code which prevents using icon view by
ports which don't support it
Mon Sep 28 21:55:13 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* find.c: Changed hotkey of the continue-button (both Chdir and

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

@ -415,7 +415,7 @@ void panel_load_setup (WPanel *panel, char *section)
}
#ifndef PORT_HAS_ICON_VIEW
if (panel->list_type == list_icons)
panel->list_type == list_full;
panel->list_type = list_full;
#endif
/* User formats */
if (panel->user_format){