summarylogtreecommitdiffstats
path: root/noisy-glib-compile-schemas.diff
diff options
context:
space:
mode:
authornightuser2019-10-26 23:40:20 +0300
committernightuser2019-10-26 23:42:57 +0300
commite14febd23796c09679cff00402ecd2f561a8bb88 (patch)
treeaee99aa2f90ce3910b5f8b466b0f9d9c6610eba3 /noisy-glib-compile-schemas.diff
parent7a05e23a6a9c237fe9349cbac5c5082e011ab35b (diff)
downloadaur-e14febd23796c09679cff00402ecd2f561a8bb88.tar.gz
Bump to version 2.62.2.
Temporary disable utf8-pointer test until further testing.
Diffstat (limited to 'noisy-glib-compile-schemas.diff')
-rw-r--r--noisy-glib-compile-schemas.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/noisy-glib-compile-schemas.diff b/noisy-glib-compile-schemas.diff
deleted file mode 100644
index f5f2d9482229..000000000000
--- a/noisy-glib-compile-schemas.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git i/gio/glib-compile-schemas.c w/gio/glib-compile-schemas.c
-index b8de0907248f6860..130f89b1728f7932 100644
---- i/gio/glib-compile-schemas.c
-+++ w/gio/glib-compile-schemas.c
-@@ -1219,19 +1219,6 @@ parse_state_start_schema (ParseState *state,
- return;
- }
-
-- if (path && (g_str_has_prefix (path, "/apps/") ||
-- g_str_has_prefix (path, "/desktop/") ||
-- g_str_has_prefix (path, "/system/")))
-- {
-- gchar *message = NULL;
-- message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. "
-- "Paths starting with "
-- "“/apps/”, “/desktop/” or “/system/” are deprecated."),
-- id, path);
-- g_printerr ("%s\n", message);
-- g_free (message);
-- }
--
- state->schema_state = schema_state_new (path, gettext_domain,
- extends, extends_name, list_of);
-