mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
use entire uri pointer
This commit is contained in:
parent
5ce90d6e11
commit
4c0cb8c6f0
9 changed files with 28 additions and 26 deletions
|
|
@ -4,9 +4,9 @@
|
|||
using namespace app::browser::main::tab::page::content::text;
|
||||
|
||||
Gemini::Gemini(
|
||||
const Glib::ustring & REQUEST,
|
||||
const Glib::ustring & GEMTEXT,
|
||||
Glib::ustring & title
|
||||
Glib::ustring & title,
|
||||
GUri * uri
|
||||
) : Gtk::Viewport( // add scrolled window features to childs
|
||||
NULL,
|
||||
NULL
|
||||
|
|
@ -18,9 +18,9 @@ Gemini::Gemini(
|
|||
|
||||
set_child(
|
||||
* Gtk::make_managed<gemini::Reader>(
|
||||
REQUEST,
|
||||
GEMTEXT,
|
||||
title
|
||||
title,
|
||||
uri
|
||||
)
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue