convert Splash dialog into Gtk::WINDOW_POPUP in the hope that it will float above...
[ardour.git] / gtk2_ardour / video_timeline.cc
index 12236eec38bba31558f39df14955f1d0da184946..a1dd4bcfbbc89edaa03078c2886e3c7798703ed9 100644 (file)
@@ -761,13 +761,14 @@ VideoTimeLine::find_xjadeo () {
                        {
                                if (v_major >= 1) v_ok = true;
                                else if (v_major == 0 && v_minor >= 8) v_ok = true;
+                               else if (v_major == 0 && v_minor >= 7 && v_micro >= 7) v_ok = true;
                        }
                }
                if (!v_ok) {
                        _xjadeo_bin = X_("");
                        warning << _(
                                        "Video-monitor 'xjadeo' is too old. "
-                                       "Please install xjadeo version 0.8.0 or later. http://xjadeo.sf.net/"
+                                       "Please install xjadeo version 0.7.7 or later. http://xjadeo.sf.net/"
                                        ) << endmsg;
                }
        }