diff --git a/plugins/thunar-uca/thunar-uca-editor.c b/plugins/thunar-uca/thunar-uca-editor.c index 58ac524ef0701f96bdbb8959df2f30f52228d0e7..9bc807547c619f1ed45ac3eb4eefc72f3bc27297 100644 --- a/plugins/thunar-uca/thunar-uca-editor.c +++ b/plugins/thunar-uca/thunar-uca-editor.c @@ -655,7 +655,7 @@ thunar_uca_editor_save (ThunarUcaEditor *uca_editor, -1); /* always clear the accelerator, it'll be updated in thunar_uca_model_update */ - if (gtk_accel_map_lookup_entry (uca_editor->accel_path, &key) && key.accel_key != 0) + if (uca_editor->accel_path != NULL && gtk_accel_map_lookup_entry (uca_editor->accel_path, &key) && key.accel_key != 0) gtk_accel_map_change_entry (uca_editor->accel_path, 0, 0, TRUE); thunar_uca_model_update (uca_model, iter,