]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/gnomeBC.C
ws cleanup
[lyx.git] / src / frontends / gnome / gnomeBC.C
index e9f9f66178446ddbe5b397eec8697b161600489e..810e8a9d673aff7656c181748c605b3b068192e0 100644 (file)
@@ -5,6 +5,7 @@
 #endif
 
 #include "gnomeBC.h"
+#include "ButtonController.tmpl"
 #include "gtk--/widget.h"
 #include "gtk--/button.h"
 
@@ -20,7 +21,7 @@ void gnomeBC::setWidgetEnabled(Gtk::Widget * obj, bool enabled)
 }
 
 
-void gnomeBC::setButtonEnabled(Gtk::Button * btn, bool enabled) 
+void gnomeBC::setButtonEnabled(Gtk::Button * btn, bool enabled)
 {
        if (btn)
                btn->set_sensitive(enabled);