Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KDE Workspace
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Unmaintained
KDE Workspace
Commits
ed7c2e82
Commit
ed7c2e82
authored
11 years ago
by
Błażej Szczygieł
Committed by
Christoph Feck
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix neverending spinner when jobs are disabled
BUG: 312920 FIXED-IN: 4.11.1 Reviewed by Christoph Feck
parent
be47a3b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plasma/generic/applets/notifications/contents/ui/NotificationIcon.qml
+1
-1
1 addition, 1 deletion
...ic/applets/notifications/contents/ui/NotificationIcon.qml
with
1 addition
and
1 deletion
plasma/generic/applets/notifications/contents/ui/NotificationIcon.qml
+
1
−
1
View file @
ed7c2e82
...
...
@@ -63,7 +63,7 @@ Item {
}
PlasmaComponents.BusyIndicator
{
anchors.fill
:
parent
visible
:
jobs
.
count
>
0
visible
:
jobs
?
jobs
.
count
>
0
:
false
running
:
visible
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment