mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
refresh mime, add comments
This commit is contained in:
parent
2208e5df25
commit
3b2a2ef047
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue