--- gigedit/trunk/src/gigedit/scripteditor.cpp 2016/05/02 14:36:40 2899 +++ gigedit/trunk/src/gigedit/scripteditor.cpp 2016/05/02 14:47:34 2900 @@ -135,8 +135,12 @@ m_applyButton.set_sensitive(false); m_applyButton.grab_focus(); +#if GTKMM_MAJOR_VERSION >= 3 m_statusImage.set_margin_left(6); m_statusImage.set_margin_right(6); +#else + m_statusHBox.set_spacing(6); +#endif m_statusHBox.pack_start(m_statusImage, Gtk::PACK_SHRINK); m_statusHBox.pack_start(m_statusLabel);