mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
refresh mime, add comments
This commit is contained in:
parent
2208e5df25
commit
3b2a2ef047
@ -48,9 +48,12 @@ void Page::refresh(
|
||||
const Glib::ustring & DESCRIPTION,
|
||||
const double & PROGRESS_FRACTION
|
||||
) {
|
||||
title = TITLE; // @TODO copy
|
||||
// Refresh page data
|
||||
mime = MIME;
|
||||
title = TITLE;
|
||||
description = DESCRIPTION;
|
||||
|
||||
// Refresh components
|
||||
pageNavigation->refresh(
|
||||
PROGRESS_FRACTION
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user