Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Mar 2, 2024
1 parent cb566a7 commit c63f8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Widgets/BackButton.vala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class Granite.BackButton : Gtk.Button {
var previous_page = navigation_view.get_previous_page (navigation_page);

if (previous_page != null) {
title_binding = bind_property (previous_page, "title", this, "label", SYNC_CREATE);
title_binding = previous_page.bind_property ("title", this, "label", SYNC_CREATE);
}
}

Expand Down

0 comments on commit c63f8bb

Please sign in to comment.