the usual blob of fixes. note the requirement for ComboBoxText::set_active_text()
[ardour.git] / gtk2_ardour / ardour_ui.h
index d9ba85bb70e7b36d98a44ef01f4f694a21689504..3697eb7303633a68d2ff5a74f99f97d20f6abbcb 100644 (file)
@@ -99,7 +99,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI
   public:
        ARDOUR_UI (int *argcp, char **argvp[], string rcfile);
        ~ARDOUR_UI();
-       
+
        void show ();
        bool shown() { return shown_flag; }
        
@@ -700,4 +700,5 @@ class ARDOUR_UI : public Gtkmm2ext::UI
        Glib::RefPtr<Gtk::ActionGroup> common_actions;
 };
 
+
 #endif /* __ardour_gui_h__ */