diff --git a/plugins/thunar-uca/thunar-uca-editor.c b/plugins/thunar-uca/thunar-uca-editor.c index d8928e9f..9a924d3c 100644 --- a/plugins/thunar-uca/thunar-uca-editor.c +++ b/plugins/thunar-uca/thunar-uca-editor.c @@ -605,6 +605,8 @@ thunar_uca_editor_load (ThunarUcaEditor *uca_editor, uca_editor->accel_path = g_strdup_printf ("/ThunarActions/uca-action-%s", unique_id); if (gtk_accel_map_lookup_entry (uca_editor->accel_path, &key) && key.accel_key != 0) accel_label = gtk_accelerator_get_label (key.accel_key, key.accel_mods); + uca_editor->accel_key = key.accel_key; + uca_editor->accel_mods = key.accel_mods; /* apply the new values */ gtk_entry_set_text (GTK_ENTRY (uca_editor->description_entry), (description != NULL) ? description : "");