Accepting request 743765 from GNOME:Factory
- Fix keyassignment for help: the schema was changed to array of strings, as multiple keys can now be bound. (forwarded request 743418 from dimstar) OBS-URL: https://build.opensuse.org/request/show/743765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2-branding?expand=0&rev=7
This commit is contained in:
commit
ba75076a22
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 07:40:04 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix keyassignment for help: the schema was changed to array of
|
||||
strings, as multiple keys can now be bound.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 18:15:56 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -68,7 +68,7 @@ sleep-inactive-battery-type = "suspend"
|
||||
disabled-gtk-modules = [ "pk-gtk-module" ]
|
||||
|
||||
[org.gnome.settings-daemon.plugins.media-keys]
|
||||
help = "Help"
|
||||
help = ['Help']
|
||||
|
||||
[org.gnome.shell]
|
||||
## Default apps shown in the gnome-shell dash
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package glib2-branding
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user