Commit f9144d57 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #5542 Fixed Argonaut tasks waiting icon fallback

Showing with 1 addition and 1 deletion
+1 -1
...@@ -381,7 +381,7 @@ class IconTheme ...@@ -381,7 +381,7 @@ class IconTheme
array('status','changes-allow'), array('status','changes-allow'),
), ),
'status/task-waiting' => array( 'status/task-waiting' => array(
array('status','task-schedule'), array('actions','task-schedule'),
), ),
'places/folder-network' => array( 'places/folder-network' => array(
array('places','folder-remote'), array('places','folder-remote'),
......
  • bmortier @bmortier

    mentioned in issue #1768

    By Côme Chilliet on 2017-09-02T15:37:43 (imported from GitLab)

    ·

    mentioned in issue #1768

    By Côme Chilliet on 2017-09-02T15:37:43 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment