mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 16:04:15 +00:00
reorder variables init
This commit is contained in:
parent
f1515f8e99
commit
d66f643f7d
@ -12,8 +12,8 @@ Page::Page(
|
|||||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_PAGE_NAVIGATION_RELOAD
|
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_PAGE_NAVIGATION_RELOAD
|
||||||
) {
|
) {
|
||||||
// Init meta
|
// Init meta
|
||||||
mime = MIME::UNDEFINED;
|
|
||||||
title = _("New page");
|
title = _("New page");
|
||||||
|
mime = MIME::UNDEFINED;
|
||||||
progress_fraction = 0;
|
progress_fraction = 0;
|
||||||
|
|
||||||
// Init database
|
// Init database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user