forked from AuroraMiddleware/gtk
const fix
2002-03-02 Havoc Pennington <hp@pobox.com> * demos/gtk-demo/editable_cells.c (cell_edited): const fix
This commit is contained in:
parent
85f9871f0c
commit
3a1ca763ef
@ -1,3 +1,7 @@
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
||||
Sun Mar 3 18:47:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fix
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
||||
Sun Mar 3 18:47:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fix
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
||||
Sun Mar 3 18:47:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fix
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
||||
Sun Mar 3 18:47:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fix
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
||||
Sun Mar 3 18:47:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fix
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
||||
Sun Mar 3 18:47:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fix
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-02 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* demos/gtk-demo/editable_cells.c (cell_edited): const fix
|
||||
|
||||
Sun Mar 3 18:47:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fix
|
||||
|
@ -144,8 +144,8 @@ remove_item (GtkWidget *widget, gpointer data)
|
||||
|
||||
static void
|
||||
cell_edited (GtkCellRendererText *cell,
|
||||
gchar *path_string,
|
||||
gchar *new_text,
|
||||
const gchar *path_string,
|
||||
const gchar *new_text,
|
||||
gpointer data)
|
||||
{
|
||||
GtkTreeModel *model = (GtkTreeModel *)data;
|
||||
|
Loading…
Reference in New Issue
Block a user