mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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),
|
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_LIB_GTK_INFO),
|
||||||
sprintf(
|
sprintf(
|
||||||
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_LIB_GTK_META),
|
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_LIB_GTK_META),
|
||||||
0,
|
Gtk::MAJOR_VERSION,
|
||||||
0,
|
Gtk::MICRO_VERSION,
|
||||||
0
|
Gtk::MINOR_VERSION
|
||||||
) // @TODO pending for PR #153
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -40,11 +40,10 @@ class Issue
|
||||||
'activate',
|
'activate',
|
||||||
function()
|
function()
|
||||||
{
|
{
|
||||||
/* @TODO pending for PR #153
|
|
||||||
Gtk::show_uri_on_window(
|
Gtk::show_uri_on_window(
|
||||||
$this->help->menu->browser->gtk,
|
$this->help->menu->browser->gtk,
|
||||||
$this::URL
|
$this::URL
|
||||||
); */
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue