X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fchildrentreestore.cpp;h=cf8798f609c33f3f2f005696c3ed07745a967a54;hb=6de0f8528796be49f1bc11e5d6eb75e2b20dd131;hp=59035506c1e6ac3464c7f59601b9f29c9d016981;hpb=b8b7bf129a4d7218e570102ee3c5cd7e584f0bcb;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/childrentreestore.cpp b/synfig-studio/trunk/src/gtkmm/childrentreestore.cpp index 5903550..cf8798f 100644 --- a/synfig-studio/trunk/src/gtkmm/childrentreestore.cpp +++ b/synfig-studio/trunk/src/gtkmm/childrentreestore.cpp @@ -384,6 +384,6 @@ ChildrenTreeStore::set_value_impl(const Gtk::TreeModel::iterator& iter, int colu } catch(std::exception x) { - g_warning(x.what()); + g_warning("%s", x.what()); } }