Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 4c5400dea82d91b77be311e272ec19956613ccb8
      
https://github.com/synfig/synfig/commit/4c5400dea82d91b77be311e272ec19956613ccb8
  Author: [d.j.a.y] Jerome Blanchi <d.j....@free.fr>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

  Changed paths:
    M synfig-studio/src/gui/trees/keyframetree.cpp

  Log Message:
  -----------
  Keyframe Dock, when hit JMP column title , an assert was fired.
(synfigstudio:11914): Gtk-CRITICAL **: gtk_tree_model_sort_set_sort_column_id: 
assertion `header != NULL' failed

Was caused by "column->set_sort_column(COLUMNID_JUMP);" ( 
KeyframeTree::KeyframeTree() L 113 ) tricks to detect JMP column in
KeyframeTree::on_event(GdkEvent *event) with 
if((ColumnID)column->get_sort_column_id() == COLUMNID_JUMP)

Now, the test to detect the JMP column is based on the column title : _("Jump")


  Commit: 97f1cd78a1f5907caed307113340e7e11c3e2f55
      
https://github.com/synfig/synfig/commit/97f1cd78a1f5907caed307113340e7e11c3e2f55
  Author: Carlos López <genet...@gmail.com>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

  Changed paths:
    M synfig-studio/src/gui/trees/keyframetree.cpp

  Log Message:
  -----------
  Merge pull request #46 from d-j-a-y/master

Keyframe Dock, when hit JMP column title , an assert was fired.


Compare: https://github.com/synfig/synfig/compare/e06f7e01063f...97f1cd78a1f5
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to