Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Discover
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
Discover
Commits
07950ed2
Commit
07950ed2
authored
Mar 18, 2019
by
Aleix Pol Gonzalez
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flatpak: disable dis/enabling sources
It wasn't working that well and we don't really need it. BUG: 404370
parent
64938034
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
...iscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
+0
-1
No files found.
libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
View file @
07950ed2
...
...
@@ -255,7 +255,6 @@ void FlatpakSourcesBackend::addRemote(FlatpakRemote *remote, FlatpakInstallation
}
FlatpakSourceItem
*
it
=
new
FlatpakSourceItem
(
!
title
.
isEmpty
()
?
title
:
id
);
it
->
setCheckState
(
flatpak_remote_get_disabled
(
remote
)
?
Qt
::
Unchecked
:
Qt
::
Checked
);
it
->
setData
(
remoteUrl
.
isLocalFile
()
?
remoteUrl
.
toLocalFile
()
:
remoteUrl
.
host
(),
Qt
::
ToolTipRole
);
it
->
setData
(
remoteUrl
,
Qt
::
StatusTipRole
);
it
->
setData
(
id
,
IdRole
);
...
...
Write
Preview
Markdown
is supported
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