1
1

Typo fix. It was making the code crash

Этот коммит содержится в:
Miguel de Icaza 1999-01-03 21:38:35 +00:00
родитель a0a49bd778
Коммит d0c5a70b4f

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

@ -174,7 +174,7 @@ panel_fill_panel_list (WPanel *panel)
/* which column holds the type information */
type_col = -1;
g_assert (items == GTK_CLIST (cl->columns));
g_assert (items == cl->columns);
texts [items] = NULL;
for (i = 0; i < top; i++){