diff options
author | ABtrack <[email protected]> | 2014-08-11 13:04:36 +0200 |
---|---|---|
committer | ABtrack <[email protected]> | 2014-08-11 13:04:36 +0200 |
commit | 22fc8eb2a9a7abc7a4b6b4fdcae6820b3100cbd8 (patch) | |
tree | 02584464cbc20e0ea010e2aecabf27a3d26b28ba /capplets/keybindings/mate-keybinding-properties.c | |
parent | 1ff4b8cb67388be754f118153f31ba2c301777f5 (diff) | |
download | mate-control-center-22fc8eb2a9a7abc7a4b6b4fdcae6820b3100cbd8.tar.bz2 mate-control-center-22fc8eb2a9a7abc7a4b6b4fdcae6820b3100cbd8.tar.xz |
remove-segfault-when-more-custom-keybindings-configured
Diffstat (limited to 'capplets/keybindings/mate-keybinding-properties.c')
-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 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); } } |