summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-08-27 15:19:00 +0200
committerStefano Karapetsas <[email protected]>2014-08-27 15:19:00 +0200
commit54730d9d07d63d76b27c5cb2975d08a0c4467efd (patch)
treecd9738725b48b77a44e4b7d25517078333571714
parentb8801929e26d1b3cfe72a6efe4d8a3d4032ae417 (diff)
parent22fc8eb2a9a7abc7a4b6b4fdcae6820b3100cbd8 (diff)
downloadmate-control-center-54730d9d07d63d76b27c5cb2975d08a0c4467efd.tar.bz2
mate-control-center-54730d9d07d63d76b27c5cb2975d08a0c4467efd.tar.xz
Merge pull request #116 from ivancekg/pull-requests
remove-segfault-when-more-custom-keybindings-configured
-rw-r--r--capplets/keybindings/mate-keybinding-properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/keybindings/mate-keybinding-properties.c b/capplets/keybindings/mate-keybinding-properties.c
index 6e442552..ae9bee96 100644
--- a/capplets/keybindings/mate-keybinding-properties.c
+++ b/capplets/keybindings/mate-keybinding-properties.c
@@ -1000,6 +1000,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);
}
}