OSDN Git Service

upg
[joborun/jobcore.git] / glib2 / noisy-glib-compile-schemas.diff
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;
7      }
8  
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 -    }
21 -
22    state->schema_state = schema_state_new (path, gettext_domain,
23                                            extends, extends_name, list_of);
24