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:
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Tue May 7 15:50:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Tue May 7 15:50:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Tue May 7 15:50:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Tue May 7 15:50:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Tue May 7 15:50:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
Tue May 7 15:50:51 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
||||
|
@ -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