fix default output map display for no plugin processors
[ardour.git] / gtk2_ardour / quantize_dialog.cc
index 05c8d1e940e392af9b5dfba273a28e5afe3db77d..dab1b6adeceffb361090bd1c591db262de78b6d0 100644 (file)
@@ -25,7 +25,7 @@
 #include "quantize_dialog.h"
 #include "public_editor.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace Gtk;
@@ -112,7 +112,7 @@ QuantizeDialog::QuantizeDialog (PublicEditor& e)
        snap_end_button.set_active (false);
 
        get_vbox()->pack_start (*table);
-       show_all ();
+       get_vbox()->show_all ();
 
        add_button (Stock::CANCEL, RESPONSE_CANCEL);
        add_button (_("Quantize"), RESPONSE_OK);