mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
treeview: Cosmetic change
Remove an occurrence of size-allocate in a comment.
This commit is contained in:
parent
91d261a0b3
commit
6c8f5f9d17
@ -2547,7 +2547,7 @@ gtk_tree_view_size_allocate (GtkWidget *widget,
|
||||
GList *tmp_list;
|
||||
double page_size;
|
||||
|
||||
/* We size-allocate the columns first because the width of the
|
||||
/* We allocate the columns first because the width of the
|
||||
* tree view (used in updating the adjustments below) might change.
|
||||
*/
|
||||
gtk_tree_view_size_allocate_columns (widget);
|
||||
|
Loading…
Reference in New Issue
Block a user