Gui: Add library name to all cells in cell selector

This commit is contained in:
Mario Hüttel 2019-11-25 20:48:09 +01:00
parent c085a62036
commit f3786cf282
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ static void on_load_gds(gpointer button, gpointer user)
gtk_tree_store_set(self->cell_tree_store, &celliter,
CELL_SEL_CELL, gds_c,
CELL_SEL_CELL_ERROR_STATE, cell_error_level,
CELL_SEL_LIBRARY, gds_c->parent_library,
-1);
} /* for cells */
} /* for libraries */