/[projects]/android/Side9/src/dk/thoerup/side9/Side9Config.java
ViewVC logotype

Diff of /android/Side9/src/dk/thoerup/side9/Side9Config.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1216 by torben, Wed Jun 16 07:51:40 2010 UTC revision 1217 by torben, Mon Jan 24 22:21:23 2011 UTC
# Line 45  public class Side9Config extends Activit Line 45  public class Side9Config extends Activit
45                  okBtn.setOnClickListener( okListener );                  okBtn.setOnClickListener( okListener );
46                                    
47                  CheckBox savetosd = (CheckBox) findViewById(R.id.savetosd);                  CheckBox savetosd = (CheckBox) findViewById(R.id.savetosd);
48                  boolean save = prefs.getBoolean(PREFS_SAVEIMAGE, false);                  boolean save = prefs.getBoolean(PREFS_SAVEIMAGE, true);
49                  savetosd.setChecked(save);                  savetosd.setChecked(save);
50                                    
51                  CheckBox showcaption = (CheckBox) findViewById(R.id.showcaption);                  CheckBox showcaption = (CheckBox) findViewById(R.id.showcaption);
52                  boolean show = prefs.getBoolean(PREFS_SHOWCAPTION, false);                  boolean show = prefs.getBoolean(PREFS_SHOWCAPTION, true);
53                  showcaption.setChecked(show);                  showcaption.setChecked(show);
54                                    
55                                    

Legend:
Removed from v.1216  
changed lines
  Added in v.1217

  ViewVC Help
Powered by ViewVC 1.1.20