Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / session_dialog.cc
index aad6cdedbadf9ec904775e3402f32f60cfc0bc98..72dd0c8fae8f404c98d9c37196e5ce4c8a64f300 100644 (file)
@@ -55,6 +55,7 @@ using namespace Gdk;
 using namespace Glib;
 using namespace PBD;
 using namespace ARDOUR;
+using namespace ARDOUR_UI_UTILS;
 
 static string poor_mans_glob (string path)
 {
@@ -75,7 +76,9 @@ SessionDialog::SessionDialog (bool require_new, const std::string& session_name,
        , _master_bus_channel_count_adj (2, 0, 100, 1, 10, 0)
        , _existing_session_chooser_used (false)
 {
+#ifndef PLATFORM_WINDOWS
        set_keep_above (true);
+#endif
        set_position (WIN_POS_CENTER);
        get_vbox()->set_spacing (6);
 
@@ -113,7 +116,7 @@ SessionDialog::SessionDialog (bool require_new, const std::string& session_name,
        
        get_vbox()->show_all ();
 
-       /* fill data models and how/hide accordingly */
+       /* fill data models and show/hide accordingly */
 
        populate_session_templates ();
 
@@ -343,7 +346,7 @@ SessionDialog::setup_initial_choice_box ()
        recent_session_display.signal_row_activated().connect (sigc::mem_fun (*this, &SessionDialog::recent_row_activated));
        
        centering_vbox->pack_start (recent_label, false, false, 12);
-       centering_vbox->pack_start (recent_scroller, false, true);
+       centering_vbox->pack_start (recent_scroller, true, true);
 
        /* Browse button */