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

Fixes #4874 Added fallback for systems icons

Showing with 13 additions and 0 deletions
+13 -0
......@@ -295,6 +295,16 @@ class IconTheme
'actions/system-reinstall' => array(
array('applications','system-installer'),
),
'actions/task-start' => array(
array('actions','media-playback-start'),
),
'actions/task-stop' => array(
array('actions','media-playback-stop'),
),
'actions/task-schedule' => array(
array('actions','chronometer'),
array('actions','smallclock'),
),
'actions/up' => array(
array('actions','go-up'),
array('actions','arrow-up'),
......@@ -345,6 +355,9 @@ class IconTheme
'status/object-unlocked' => array(
array('status','changes-allow'),
),
'places/folder-network' => array(
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