On Fri, 3 Mar 2006, Donald Ephraim Curtis wrote: > I added two functions bool GetLocked/SetLocked(bool) to libghemical. > made the frontend stuff easier. Added to CVS. > Added another column to the project views table. Ok, this is a good improvement!!! Great! :) > Added some UpdateAllProjectViews functionality to 'project' > > Added Update to gtk_project_view > > Added AtomsUpdate to gtk_project_view (update the atoms list because > when you do the context menu "(Un)Lock Selected" it needs to update the > checkboxes). I renamed AtomsUpdate() into AtomUpdateAllItems() because it looks more consistent with the old naming scheme. I also made AtomUpdateAllItems() call AtomUpdateItem() repeatedly, so we don't need to duplicate the code. I also ported your improvements into cvs HEAD. Thanks, Tommi