Comment 2 for bug 883908

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Thanks Scott, I've applied this to the trunk version. The patch was all correct with one change:
 user_list.draw_grid = (bool) get_config_value ("greeter", "draw-grid", "true");
=>
 user_list.draw_grid = get_config_value ("greeter", "draw-grid", "true") == "true";