Comment 7 for bug 526437

Revision history for this message
Hernando Torque (htorque) wrote :

Seems the 'Save Contents' KeyEntry in 'src/terminal-accels.c' is missing the last value (gboolean accel_path_unlocked). I'm no C programmer, but I guess accessing that value returns NULL which is interpreted as FALSE thus causing the warning?

Anyways, attached a patch that sets 'accel_path_unlocked' to TRUE.