forked from AuroraMiddleware/gtk
get this to compile.
Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org> * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get this to compile.
This commit is contained in:
parent
4006d34f27
commit
6070d96d1d
@ -1,3 +1,8 @@
|
||||
Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
|
||||
this to compile.
|
||||
|
||||
2001-04-12 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
|
||||
this to compile.
|
||||
|
||||
2001-04-12 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
|
||||
this to compile.
|
||||
|
||||
2001-04-12 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
|
||||
this to compile.
|
||||
|
||||
2001-04-12 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
|
||||
this to compile.
|
||||
|
||||
2001-04-12 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
|
||||
this to compile.
|
||||
|
||||
2001-04-12 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
|
||||
this to compile.
|
||||
|
||||
2001-04-12 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
|
||||
|
@ -3697,7 +3697,7 @@ _gtk_tree_view_column_start_drag (GtkTreeView *tree_view,
|
||||
continue;
|
||||
|
||||
right_column = tmp_list->data;
|
||||
reorder = g_malloc (sizeof (GtkTreeViewColumnReorder), 1);
|
||||
reorder = g_new (GtkTreeViewColumnReorder, 1);
|
||||
reorder->left_align = left;
|
||||
}
|
||||
/* if (list == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user