~ubuntu-branches/ubuntu/utopic/sweethome3d/utopic

« back to all changes in this revision

Viewing changes to src/com/eteks/sweethome3d/applet/HomeAppletController.java

  • Committer: Package Import Robot
  • Author(s): Gabriele Giacone
  • Date: 2013-03-22 23:35:34 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130322233534-k9g9mz1vch0dfy4y
Tags: 4.0+dfsg-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        this.viewFactory, this.contentManager) {
158
158
      public boolean isPropertyEditable(UserPreferencesController.Property property) {
159
159
        switch (property) {
 
160
          case CHECK_UPDATES_ENABLED :
160
161
          case AUTO_SAVE_DELAY_FOR_RECOVERY :
161
162
          case AUTO_SAVE_FOR_RECOVERY_ENABLED :
162
 
            // No auto recovery with applet
 
163
            // No check updates and auto recovery with applet
163
164
            return false;
164
165
          default :
165
166
            return super.isPropertyEditable(property);