enable new php-gtk3 api features

This commit is contained in:
yggverse 2024-07-31 14:37:50 +03:00
parent 444ce5d31a
commit bceb396c18
2 changed files with 5 additions and 6 deletions

View file

@ -137,10 +137,10 @@ class About
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_LIB_GTK_INFO),
sprintf(
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_LIB_GTK_META),
0,
0,
0
) // @TODO pending for PR #153
Gtk::MAJOR_VERSION,
Gtk::MICRO_VERSION,
Gtk::MINOR_VERSION
)
]
)
);

View file

@ -40,11 +40,10 @@ class Issue
'activate',
function()
{
/* @TODO pending for PR #153
Gtk::show_uri_on_window(
$this->help->menu->browser->gtk,
$this::URL
); */
);
}
);
}