Project

General

Profile

« Previous | Next » 

Revision af27e451

Added by Patrick Plitzner almost 7 years ago

Fix compile error

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/wizard/NameDetailsViewComposite.java
58 58
       this.config = config;
59 59

  
60 60
      // Composite composite = new Composite(parent, SWT.NULL);
61
       
61

  
62 62
       this.setLayout(new GridLayout());
63 63
       isSimpleDetailsViewActivated= PreferencesUtil.getPreferenceStore().getBoolean(IPreferenceKeys.SHOW_SIMPLE_NAME_DETAILS_SECTION);
64 64
       final Button activateCheckButton = new Button(this, SWT.CHECK);
......
81 81
        });
82 82

  
83 83
       child = new Composite(this, SWT.NULL);
84
      
84

  
85 85
       child.setLayout(new GridLayout());
86 86
       child.setVisible(isSimpleDetailsViewActivated);
87 87

  
......
250 250

  
251 251
             }
252 252
        });
253
       
253

  
254 254
       final Button showHybrid = new Button(child, SWT.CHECK);
255 255
       isShowHybrid = PreferencesUtil.getPreferenceStore().getBoolean(IPreferenceKeys.SHOW_NAME_DETAILS_SECTION_HYBRID);
256 256
       showHybrid.setText("Show hybrid section");
......
293 293
      config.setSimpleDetailsViewActivated(doGetPreferenceStore().getBoolean(IPreferenceKeys.SHOW_SIMPLE_NAME_DETAILS_SECTION));
294 294
      config.setTaxonSectionActivated(doGetPreferenceStore().getBoolean(IPreferenceKeys.SHOW_SIMPLE_NAME_DETAILS_TAXON));
295 295
      config.setTypeDesignationSectionActivated(doGetPreferenceStore().getBoolean(IPreferenceKeys.SHOW_NAME_DETAILS_SECTION_TYPE_DESIGNATION));
296
      config.setHybridActivated(doGetPreferenceStore().getBoolean(IPreferenceKeys.SHOW_NAME_DETAILS_SECTION_HYBRID));
296
//      config.setHybridActivated(doGetPreferenceStore().getBoolean(IPreferenceKeys.SHOW_NAME_DETAILS_SECTION_HYBRID));
297 297
      return config;
298 298
   }
299 299

  

Also available in: Unified diff