diff --git a/helpers/make-gsettings-desktop-schemas b/helpers/make-gsettings-desktop-schemas index 86e3ce4..62c057f 100644 --- a/helpers/make-gsettings-desktop-schemas +++ b/helpers/make-gsettings-desktop-schemas @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008-2012 Rubén Rodríguez +# Copyright (C) 2008-2016 Rubin Rodriguez # # 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 @@ -22,7 +22,7 @@ COMPONENT=main . ./config -sed ':menus-have-icons:,:/key: s/false/true/; :buttons-have-icons:,:/key: s/false/true/;' ./schemas/org.gnome.desktop.interface.gschema.xml.in.in -i +sed ':menus-have-icons:,:/key: s/false/true/; :buttons-have-icons:,:/key: s/false/true/;' ./schemas/org.gnome.desktop.interface.gschema.xml.in -i changelog "Enabled icons in menus and buttons"