prevent crash when using WM close button on "new route name contains bad chars" dialog.
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 May 2015 23:34:04 +0000 (19:34 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 27 May 2015 23:34:11 +0000 (19:34 -0400)
commit9c6a821c67139a32b531501e0fd000ec19c89faf
tree97928ee3adf381d7a2ba8a8a5a32c23399b2053e
parent2d311979e34df75ad048f0f7d25b1698e21b11bc
prevent crash when using WM close button on "new route name contains bad chars" dialog.

The dialog would be created twice, once because the user hit enter etc. to indicate they were done editing,
and once because focus left the name text entry, also indicate the end of editing. We now note that we're
already processing the end of a name edit, and do nothing in that case
gtk2_ardour/time_axis_view.cc
gtk2_ardour/time_axis_view.h