archrelease: copy trunk to extra-x86_64
[arch-packages.git] / glib2 / trunk / noisy-glib-compile-schemas.diff
bloba21deeebd4dd31db99e0fcc31d18455bdd22a7ed
1 diff --git i/gio/glib-compile-schemas.c w/gio/glib-compile-schemas.c
2 index cfea042f8..1b2afe457 100644
3 --- i/gio/glib-compile-schemas.c
4 +++ w/gio/glib-compile-schemas.c
5 @@ -1232,19 +1232,6 @@ parse_state_start_schema (ParseState *state,
6 return;
9 - if (path && (g_str_has_prefix (path, "/apps/") ||
10 - g_str_has_prefix (path, "/desktop/") ||
11 - g_str_has_prefix (path, "/system/")))
12 - {
13 - gchar *message = NULL;
14 - message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. "
15 - "Paths starting with "
16 - "“/apps/”, “/desktop/” or “/system/” are deprecated."),
17 - id, path);
18 - g_printerr ("%s\n", message);
19 - g_free (message);
20 - }
22 state->schema_state = schema_state_new (path, gettext_domain,
23 extends, extends_name, list_of);