mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge branch 'maint-progress0' into maint #1286
This commit is contained in:
commit
3939aeff4b
@ -884,7 +884,7 @@ gbv_treeview_resized_cb (GtkWidget *widget, GtkAllocation *allocation,
|
||||
if ((g_strcmp0 (name, "description") == 0) && (!priv->show_account_desc))
|
||||
total_node = g_list_next (total_node);
|
||||
|
||||
if (gtk_tree_view_column_get_visible (tree_view_col))
|
||||
if (gtk_tree_view_column_get_visible (tree_view_col) && total_node != NULL)
|
||||
{
|
||||
gint col_width = gtk_tree_view_column_get_width (tree_view_col);
|
||||
GtkTreeViewColumn *totals_view_col = total_node->data;
|
||||
|
Loading…
Reference in New Issue
Block a user