remove deprecated construction

This commit is contained in:
yggverse 2024-09-30 13:57:56 +03:00
parent 3959872201
commit 99acc99690

View file

@ -9,7 +9,6 @@ impl Bookmark {
pub fn new() -> Self { pub fn new() -> Self {
Self { Self {
widget: Button::builder() widget: Button::builder()
.action_name("win.tab_page_bookmark")
.icon_name("starred-symbolic") .icon_name("starred-symbolic")
.tooltip_text("Bookmark") .tooltip_text("Bookmark")
.sensitive(false) .sensitive(false)