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

Added a fallback for task-waiting for argonaut plugin

Showing with 3 additions and 0 deletions
+3 -0
...@@ -355,6 +355,9 @@ class IconTheme ...@@ -355,6 +355,9 @@ class IconTheme
'status/object-unlocked' => array( 'status/object-unlocked' => array(
array('status','changes-allow'), array('status','changes-allow'),
), ),
'status/task-waiting' => array(
array('status','task-schedule'),
),
'places/folder-network' => array( 'places/folder-network' => array(
array('places','folder-remote'), array('places','folder-remote'),
), ),
......
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