From 7c9c10700c619123ac540981635d870ff1c56c91 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Mon, 19 Jun 2017 12:28:16 -0400 Subject: [PATCH] Mate panel: updated home and browser icons --- helpers/make-mate-panel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpers/make-mate-panel b/helpers/make-mate-panel index 5b897807..dcbf22a6 100644 --- a/helpers/make-mate-panel +++ b/helpers/make-mate-panel @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2016 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2016-2017 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 . ./config @@ -41,7 +41,7 @@ object-type=menu [Object files] locked=true position=20 -launcher-location=/usr/share/applications/caja.desktop +launcher-location=/usr/share/applications/caja-home.desktop toplevel-id=bottom object-type=launcher menu-path=applications:/ @@ -49,7 +49,7 @@ menu-path=applications:/ [Object browser] locked=true position=30 -launcher-location=/usr/share/applications/abrowser.desktop +launcher-location=/usr/share/applications/browser.desktop toplevel-id=bottom object-type=launcher menu-path=applications:/ -- GitLab