From: dooglus Date: Sun, 17 Feb 2008 11:46:54 +0000 (+0000) Subject: Fix the "toolbox > file > save all" menu entry. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=61bfdbee21055aef68ec69853079854f39046087;p=synfig.git Fix the "toolbox > file > save all" menu entry. git-svn-id: http://svn.voria.com/code@1729 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/toolbox.cpp b/synfig-studio/trunk/src/gtkmm/toolbox.cpp index dadf2c7..24e4fe1 100644 --- a/synfig-studio/trunk/src/gtkmm/toolbox.cpp +++ b/synfig-studio/trunk/src/gtkmm/toolbox.cpp @@ -232,7 +232,7 @@ Toolbox::Toolbox(): filemenu->items().push_back(Gtk::Menu_Helpers::MenuElem(_("Open Recent"),*recent_files_menu)); filemenu->items().push_back(Gtk::Menu_Helpers::StockMenuElem(Gtk::StockID("synfig-saveall"), - sigc::ptr_fun(&studio::App::dialog_not_implemented))); + sigc::ptr_fun(save_all))); filemenu->items().push_back(Gtk::Menu_Helpers::StockMenuElem(Gtk::Stock::CLOSE, sigc::ptr_fun(close_selected_instance))); filemenu->items().push_back(Gtk::Menu_Helpers::SeparatorElem());