diff --git a/gui/button.cpp b/gui/button.cpp index 5f80ce76..2e00c07c 100644 --- a/gui/button.cpp +++ b/gui/button.cpp @@ -54,6 +54,7 @@ static void on_click_open_file(GtkWidget *b, GdkEvent *e, gpointer d) { string file = ocarina_choose_file(); print("Playing file: " + file); + libsaria_get()->load(file); } GtkWidget *make_open_button(GtkIconSize size)