comparison src/main.c @ 1018:7789dff37086

Move sync_options_with_current_state() call to save_options().
author zas_
date Sun, 31 Aug 2008 08:59:39 +0000
parents a8b874774b83
children 4aa1a6235458
comparison
equal deleted inserted replaced
1017:a8b874774b83 1018:7789dff37086
610 610
611 remote_close(remote_connection); 611 remote_close(remote_connection);
612 612
613 collect_manager_flush(); 613 collect_manager_flush();
614 614
615 sync_options_with_current_state(options);
616 save_options(options); 615 save_options(options);
617 keys_save(); 616 keys_save();
618 accel_map_save(); 617 accel_map_save();
619 618
620 if (layout_valid(&lw)) 619 if (layout_valid(&lw))