X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Faction_system.cpp;h=7aef9250a8c3e8380dcbd1cbfe3c1f747dfea0ea;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=844c52ce622626e2c44db844c770f1332ed0046b;hpb=f9de3402dbb64a6033c7340020a3e6457c2177ef;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/action_system.cpp b/synfig-studio/trunk/src/synfigapp/action_system.cpp index 844c52c..7aef925 100644 --- a/synfig-studio/trunk/src/synfigapp/action_system.cpp +++ b/synfig-studio/trunk/src/synfigapp/action_system.cpp @@ -68,6 +68,9 @@ Action::System::~System() bool Action::System::perform_action(etl::handle action) { + //// debug actions + // synfig::info("%s:%d perform_action: '%s'", __FILE__, __LINE__, action->get_name().c_str()); + handle uim(get_ui_interface()); assert(action);