mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Use the new memory-friendly icon list
This commit is contained in:
parent
7dec59687e
commit
7913e20514
@ -1365,7 +1365,11 @@ panel_create_icon_display (WPanel *panel)
|
||||
{
|
||||
GnomeIconList *ilist;
|
||||
|
||||
ilist = GNOME_ICON_LIST (gnome_icon_list_new (90, NULL, TRUE));
|
||||
ilist = GNOME_ICON_LIST (
|
||||
gnome_icon_list_new_flags (
|
||||
90, NULL,
|
||||
GNOME_ICON_LIST_IS_EDITABLE|
|
||||
GNOME_ICON_LIST_STATIC_TEXT));
|
||||
|
||||
gnome_icon_list_set_separators (ilist, " /-_.");
|
||||
gnome_icon_list_set_row_spacing (ilist, 2);
|
||||
|
Loading…
Reference in New Issue
Block a user