Advertisement
Guest User

mcuelenaere

a guest
Aug 18th, 2009
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Index: ../apps/gui/option_select.c
  2. ===================================================================
  3. --- ../apps/gui/option_select.c (revision 22411)
  4. +++ ../apps/gui/option_select.c (working copy)
  5. @@ -515,6 +515,7 @@
  6. *variable = selection_to_val(setting, selected);
  7. if (var_type == F_T_BOOL && !use_temp_var)
  8. *(bool*)setting->setting = (*variable==1);
  9. + gui_synclist_draw(&lists);
  10. }
  11. else if (action == ACTION_NONE)
  12. continue;
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement