mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enable new php-gtk3 api features
This commit is contained in:
parent
444ce5d31a
commit
bceb396c18
2 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
)
|
||||
]
|
||||
)
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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
|
||||
); */
|
||||
);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue