Use the new memory-friendly icon list

This commit is contained in:
Miguel de Icaza 1999-01-22 02:14:00 +00:00
parent 7dec59687e
commit 7913e20514

View File

@ -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);