Corrected code which prevents using of icon view by ports which don't
support it.
Этот коммит содержится в:
родитель
3d7933ad21
Коммит
23278e3eee
@ -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){
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user