fix copy/paste typo in in 5e0f0fc
authorRobin Gareus <robin@gareus.org>
Mon, 25 Apr 2016 12:29:12 +0000 (14:29 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 25 Apr 2016 12:29:12 +0000 (14:29 +0200)
gtk2_ardour/lua_script_manager.cc

index 6d0b1d9c072d388881a40ccc39445b08916890ca..7ac960ac533ee48490d85b4e45dec5cef83e51ed 100644 (file)
@@ -42,8 +42,8 @@ LuaScriptManager::LuaScriptManager ()
        _a_view.append_column (_("Name"), _a_model.name);
        _a_view.get_column(0)->set_resizable (true);
        _a_view.get_column(0)->set_expand (true);
-       _c_view.get_column(1)->set_resizable (true);
-       _c_view.get_column(1)->set_expand (true);
+       _a_view.get_column(1)->set_resizable (true);
+       _a_view.get_column(1)->set_expand (true);
 
        Gtk::HBox* edit_box = manage (new Gtk::HBox);
        edit_box->set_spacing(3);