Do not try to restore Route solo state after clearing all solo state
[ardour.git] / gtk2_ardour / button_joiner.h
index 4d8b8618946bc1aae9d322d805b940e56f68d55b..41e5f745c0ef26e0dce68e36e0b3a3d7e55742ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ class ButtonJoiner : public CairoWidget, public Gtkmm2ext::Activatable {
        ButtonJoiner (const std::string&, Gtk::Widget&, Gtk::Widget&, bool central_link = false);
        ~ButtonJoiner ();
 
-       void set_related_action (Glib::RefPtr<Gtk::Action>);    
+       void set_related_action (Glib::RefPtr<Gtk::Action>);
        void set_active_state (Gtkmm2ext::ActiveState);
 
   protected: