View | Details | Raw Unified | Return to bug 29909
Collapse All | Expand All

(-)mate-control-center-1.8.1/capplets/keybindings/mate-keybinding-properties.c.orig (+1 lines)
Lines 1004-1009 append_keys_to_tree_from_gsettings (GtkB Link Here
1004
          key.name = g_strdup("binding");
1004
          key.name = g_strdup("binding");
1005
          key.cmd_key = g_strdup("action");
1005
          key.cmd_key = g_strdup("action");
1006
          key.description_key = g_strdup("name");
1006
          key.description_key = g_strdup("name");
1007
	  key.schema = NULL;
1007
          g_array_append_val (entries, key);
1008
          g_array_append_val (entries, key);
1008
        }
1009
        }
1009
    }
1010
    }

Return to bug 29909