diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 10:47:44 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 10:47:44 +0200 |
commit | 7aba5dcab227d98ed13c9c4dfcdcb1f4438c5f92 (patch) | |
tree | f6917a17f3faa161d5df04ce7ac081312fdc07dc /icons | |
parent | 2d381ae5cc3d24785718ad23c4c43e1049445829 (diff) | |
download | kube-7aba5dcab227d98ed13c9c4dfcdcb1f4438c5f92.tar.gz kube-7aba5dcab227d98ed13c9c4dfcdcb1f4438c5f92.zip |
add go-down and go-previous to copybreeze.sh
Diffstat (limited to 'icons')
-rwxr-xr-x | icons/copybreeze.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index e3deae01..00817587 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -24,6 +24,8 @@ wantedIcons = [ | |||
24 | "mail-reply-sender.svg", | 24 | "mail-reply-sender.svg", |
25 | "network-disconnect.svg", | 25 | "network-disconnect.svg", |
26 | "view-refresh.svg" | 26 | "view-refresh.svg" |
27 | "go-down.svg" | ||
28 | "go-previous.svg" | ||
27 | ] | 29 | ] |
28 | 30 | ||
29 | def ensure_dir(file_path): | 31 | def ensure_dir(file_path): |