X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fcanvastreestore.cpp;h=d9bacd384ca5803311160d6a470aa8d9f63f44cd;hb=29d94ccd0730e4c4f3287438910ef1bea4c89ba3;hp=86d42774a64fae45652bc9723eb957c443835ac0;hpb=c2813b4d63804cac9b4067146a9e6eca717cb3e4;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/canvastreestore.cpp b/synfig-studio/trunk/src/gtkmm/canvastreestore.cpp index 86d4277..d9bacd3 100644 --- a/synfig-studio/trunk/src/gtkmm/canvastreestore.cpp +++ b/synfig-studio/trunk/src/gtkmm/canvastreestore.cpp @@ -206,7 +206,7 @@ CanvasTreeStore::get_value_vfunc(const Gtk::TreeModel::iterator& iter, int colum { if(!value_desc.is_value_node() || value_desc.get_value_node()->get_name()=="constant") { - x.set(ValueBase::type_name(value_desc.get_value_type())); + x.set(ValueBase::type_local_name(value_desc.get_value_type())); } else {