diff options
author | Mattias Andrée <maandree@kth.se> | 2018-12-23 15:26:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-12-23 15:26:46 +0100 |
commit | 5747117ac1060c1fbdb5cc729000eae249880052 (patch) | |
tree | 5b1b7c449147804a65a7132c681fc4573cf69e29 /Makefile | |
parent | Fix spacing and alignment in kdenlive icon (diff) | |
download | simple-icon-theme-5747117ac1060c1fbdb5cc729000eae249880052.tar.gz simple-icon-theme-5747117ac1060c1fbdb5cc729000eae249880052.tar.bz2 simple-icon-theme-5747117ac1060c1fbdb5cc729000eae249880052.tar.xz |
Move session icons it actions/
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -306,21 +306,6 @@ ICONS =\ apps/gnome-inhibit-applet\ apps/gnome-klotski\ apps/gnome-mines\ - apps/session-halt\ - apps/halt\ - apps/gnome-session-halt\ - apps/session-suspend\ - apps/suspend\ - apps/gnome-session-suspend\ - apps/session-hibernate\ - apps/hibernate\ - apps/gnome-session-hibernate\ - apps/session-reboot\ - apps/reboot\ - apps/gnome-session-reboot\ - apps/session-switch\ - apps/switch-session\ - apps/gnome-session-switch\ apps/accessories-dictionary\ apps/documentation\ apps/gnome-dictionary\ @@ -1361,6 +1346,21 @@ ICONS =\ actions/find-contact\ actions/find-user\ actions/user-find\ + actions/session-halt\ + actions/halt\ + actions/gnome-session-halt\ + actions/session-suspend\ + actions/suspend\ + actions/gnome-session-suspend\ + actions/session-hibernate\ + actions/hibernate\ + actions/gnome-session-hibernate\ + actions/session-reboot\ + actions/reboot\ + actions/gnome-session-reboot\ + actions/session-switch\ + actions/switch-session\ + actions/gnome-session-switch\ actions/filename-sample-rate\ actions/select-rectangular\ actions/show-menu\ |