mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
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:
parent
eacaad7713
commit
9d7deb84ca
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Jun 10 11:23:48 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Jun 10 11:23:48 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Jun 10 11:23:48 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Jun 10 11:23:48 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
|
||||
|
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
Tue Jun 10 11:23:48 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user