diff options
author | ABtrack <[email protected]> | 2014-08-11 13:04:36 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-08-27 16:13:11 +0200 |
commit | e92a78a1a343158bd127dacd0d821124df1e9e35 (patch) | |
tree | 69afa059da5787609d8e53e51442b7b7d048b467 | |
parent | a54f76635514807e32a3e289067341ee022993e0 (diff) | |
download | mate-control-center-e92a78a1a343158bd127dacd0d821124df1e9e35.tar.bz2 mate-control-center-e92a78a1a343158bd127dacd0d821124df1e9e35.tar.xz |
remove-segfault-when-more-custom-keybindings-configured
-rw-r--r-- | capplets/keybindings/mate-keybinding-properties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/keybindings/mate-keybinding-properties.c b/capplets/keybindings/mate-keybinding-properties.c index 3f2d5924..e697c180 100644 --- a/capplets/keybindings/mate-keybinding-properties.c +++ b/capplets/keybindings/mate-keybinding-properties.c @@ -1004,6 +1004,7 @@ append_keys_to_tree_from_gsettings (GtkBuilder *builder, const gchar *gsettings_ key.name = g_strdup("binding"); key.cmd_key = g_strdup("action"); key.description_key = g_strdup("name"); + key.schema = NULL; g_array_append_val (entries, key); } } |