diff --git a/ChangeLog b/ChangeLog index 6d9213ccb..187486327 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-19 Matthias Clasen + + Bug 556967 – fix editability of group headings + + * capplets/keybindings/gnome-keybinding-properties.c + (description_set_func): Don't let section headings be editable. + 2008-10-16 Davyd Madeley * po/POTFILES.in: readd to POTFILES.in diff --git a/capplets/keybindings/gnome-keybinding-properties.c b/capplets/keybindings/gnome-keybinding-properties.c index 08d108e54..a9d460322 100644 --- a/capplets/keybindings/gnome-keybinding-properties.c +++ b/capplets/keybindings/gnome-keybinding-properties.c @@ -170,6 +170,9 @@ description_set_func (GtkTreeViewColumn *tree_column, "text", key_entry->description != NULL ? key_entry->description : _(""), NULL); + else + g_object_set (cell, + "editable", FALSE, NULL); } static gboolean