Remove explicit positioning of overwrite_file_dialog.
authorAndré Nusser <andre.nusser@googlemail.com>
Sun, 1 Nov 2015 21:24:02 +0000 (22:24 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 4 Nov 2015 22:52:00 +0000 (17:52 -0500)
ArdourDialog takes care of this.

gtk2_ardour/utils.cc

index 997079a2498a3ed3efb6563be94f2161546eb4e9..60498b9fac3e3ceee40c663f01bd1a6ebda0709a 100644 (file)
@@ -937,7 +937,6 @@ ARDOUR_UI_UTILS::overwrite_file_dialog (Gtk::Window& parent, string title, strin
        dialog.get_vbox()->pack_start (label, true, true);
        dialog.add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
        dialog.add_button (_("Overwrite"), Gtk::RESPONSE_ACCEPT);
-       dialog.set_position (Gtk::WIN_POS_MOUSE);
        dialog.show_all ();
 
        switch (dialog.run()) {