Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
a5d0849e
Commit
a5d0849e
authored
Apr 15, 2021
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Apr 15, 2021
Browse files
rpm-ostree: We are not fetching from the start
parent
a750bbfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/RpmOstreeBackend/RpmOstreeBackend.cpp
View file @
a5d0849e
...
...
@@ -78,7 +78,7 @@ RpmOstreeBackend::RpmOstreeBackend(QObject *parent)
:
AbstractResourcesBackend
(
parent
)
,
m_reviews
(
AppStreamIntegration
::
global
()
->
reviews
())
,
m_updater
(
new
StandardBackendUpdater
(
this
))
,
m_fetching
(
tru
e
)
,
m_fetching
(
fals
e
)
,
m_isDeploymentUpdate
(
true
)
{
connect
(
m_updater
,
&
StandardBackendUpdater
::
updatesCountChanged
,
this
,
&
RpmOstreeBackend
::
updatesCountChanged
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment