mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Merged from stable.
Mon Jun 10 01:12:31 2003 Kristian Rietveld <kris@gtk.org> Merged from stable. * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size): check if width is !null, not *width. Doh.
This commit is contained in:
parent
bf2e5fc154
commit
801531ca88
@ -1,3 +1,10 @@
|
||||
Mon Jun 10 01:12:31 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
|
||||
check if width is !null, not *width. Doh.
|
||||
|
||||
Tue Jun 10 01:09:33 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jun 10 01:12:31 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
|
||||
check if width is !null, not *width. Doh.
|
||||
|
||||
Tue Jun 10 01:09:33 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jun 10 01:12:31 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
|
||||
check if width is !null, not *width. Doh.
|
||||
|
||||
Tue Jun 10 01:09:33 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jun 10 01:12:31 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
|
||||
check if width is !null, not *width. Doh.
|
||||
|
||||
Tue Jun 10 01:09:33 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
@ -1,3 +1,10 @@
|
||||
Mon Jun 10 01:12:31 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
|
||||
check if width is !null, not *width. Doh.
|
||||
|
||||
Tue Jun 10 01:09:33 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Merged from stable.
|
||||
|
@ -2431,7 +2431,7 @@ gtk_tree_view_column_cell_get_size (GtkTreeViewColumn *tree_column,
|
||||
if (visible == FALSE)
|
||||
continue;
|
||||
|
||||
if (first_cell == FALSE && *width)
|
||||
if (first_cell == FALSE && width)
|
||||
*width += tree_column->spacing;
|
||||
|
||||
gtk_cell_renderer_get_size (info->cell,
|
||||
|
Loading…
Reference in New Issue
Block a user