From: pabs Date: Fri, 9 Mar 2007 09:22:15 +0000 (+0000) Subject: Fix 1368881: hide the input devices dialog when the close button is pushed X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e8ae5001d9daab250abb0e25a1fe1fd9b4292d78;p=synfig.git Fix 1368881: hide the input devices dialog when the close button is pushed git-svn-id: http://svn.voria.com/code@277 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index 31a03dc..3fe18a7 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -1237,6 +1237,7 @@ App::App(int *argc, char ***argv): studio_init_cb.task("Init Input Dialog..."); dialog_input=new Gtk::InputDialog(); + dialog_input->get_close_button()->signal_clicked().connect( sigc::mem_fun( *dialog_input, &Gtk::InputDialog::hide ) ); studio_init_cb.task("Init auto recovery..."); auto_recover=new AutoRecover();