Skip to content

Commit

Permalink
Merge pull request #116 from ivancekg/pull-requests
Browse files Browse the repository at this point in the history
remove-segfault-when-more-custom-keybindings-configured
  • Loading branch information
stefano-k committed Aug 27, 2014
2 parents b880192 + 22fc8eb commit 54730d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capplets/keybindings/mate-keybinding-properties.c
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 54730d9

Please sign in to comment.