Fix typo in earlier patch.
Thu May 16 15:44:15 2002 Owen Taylor <otaylor@redhat.com> * demos/gtk-demo/editable_cells.c (cell_edited): Fix typo in earlier patch.
This commit is contained in:
@ -158,7 +158,7 @@ cell_edited (GtkCellRendererText *cell,
|
||||
|
||||
gtk_tree_model_get_iter (model, &iter, path);
|
||||
|
||||
switch (G_POINTER_TO_INT (column))
|
||||
switch (GPOINTER_TO_INT (column))
|
||||
{
|
||||
case COLUMN_NUMBER:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user