fix carelesslly deleted line that caused endless loop when missing

This commit is contained in:
Paul Davis
2016-03-15 13:14:35 -04:00
parent d46b0f5548
commit 3239876faf

View File

@@ -5292,6 +5292,7 @@ get_bindings_from_widget_heirarchy (GtkWidget* w)
if ((p = g_object_get_data (G_OBJECT(w), "ardour-bindings")) != 0) {
break;
}
w = gtk_widget_get_parent (w);
}
return reinterpret_cast<Gtkmm2ext::Bindings*> (p);