diff options
author | Thomas Haller <thaller@redhat.com> | 2020-03-05 11:00:59 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-03-05 11:18:30 +0100 |
commit | 6b1aaade74cf9d2cc5f02433cf34525b279011de (patch) | |
tree | 7ed2a7d406f3aee0e820e69399788a42835d4436 /configure.ac | |
parent | ca2815c6c01d4af2df9782170da20dd243da3a36 (diff) | |
download | network-manager-applet-6b1aaade74cf9d2cc5f02433cf34525b279011de.tar.gz |
gschema: move "org.gnome.nm-applet.gschema.xml" from network-manager-applet to libnma
The schema is also used by libnma's "src/nma-ws/nma-eap.c" (formerly
"src/wireless-security/eap-method.c") and g-c-c's
"panels/network/wireless-security/eap-method.c".
That means, despite the name of the schema, it really belongs to libnma.
Move it to libnma ([1]).
[1] https://gitlab.gnome.org/GNOME/libnma/-/commit/50cda26ae4beab31f30fb93fd36a7bcc5435adc1
See-also: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/881
See-also: https://gitlab.gnome.org/GNOME/libnma/-/merge_requests/11
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1995f4a3..79f76ac2 100644 --- a/configure.ac +++ b/configure.ac @@ -184,7 +184,6 @@ AC_CONFIG_FILES([ Makefile man/nm-applet.1 man/nm-connection-editor.1 -org.gnome.nm-applet.gschema.xml po/Makefile.in ]) AC_OUTPUT |