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:
Kristian Rietveld
2003-06-11 23:02:34 +00:00
committed by Kristian Rietveld
parent eacaad7713
commit 9d7deb84ca
6 changed files with 31 additions and 1 deletions

View File

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