Add a prefix to the config key

This seems to be the common practice for git addons.
Colin recommends that we do the same for ostree config keys.
tingping/wmclass
Matthias Clasen 2015-02-07 12:01:48 +01:00
parent 06608ba7d5
commit 2a1246d136
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ xdg_app_builtin_add_remote (int argc, char **argv, GCancellable *cancellable, GE
g_variant_new_variant (g_variant_new_boolean (FALSE)));
if (opt_title)
g_variant_builder_add (optbuilder, "{s@v}",
"title",
"xa.title",
g_variant_new_variant (g_variant_new_string (opt_title)));
if (!ostree_repo_remote_change (xdg_app_dir_get_repo (dir), NULL,