silly typo fix. s/seperator/separator/. This gets rid of the assert spam
Thu Jan 12 01:01:19 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): silly typo fix. s/seperator/separator/. This gets rid of the assert spam when using TreeView.
This commit is contained in:
committed by
Kristian Rietveld
parent
eacaad7713
commit
9d7deb84ca
@ -2526,7 +2526,7 @@ gtk_tree_view_column_cell_process_action (GtkTreeViewColumn *tree_column,
|
||||
|
||||
gtk_widget_style_get (GTK_WIDGET (tree_column->tree_view),
|
||||
"focus-line-width", &focus_line_width,
|
||||
"horizontal-seperator", &horizontal_separator,
|
||||
"horizontal-separator", &horizontal_separator,
|
||||
NULL);
|
||||
|
||||
real_cell_area = *cell_area;
|
||||
|
||||
Reference in New Issue
Block a user