• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 5529 for trunk/SRC/org/openmicroscopy/shoola/agents/metadata/editor/TagsUI.java

Show
Ignore:
Timestamp:
07/04/08 14:59:37 (5 months ago)
Author:
jburel
Message:

Fixed update of tag description

Files:
1 modified

  • trunk/SRC/org/openmicroscopy/shoola/agents/metadata/editor/TagsUI.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/SRC/org/openmicroscopy/shoola/agents/metadata/editor/TagsUI.java

    r5498 r5529  
    10251025                        TagAnnotationData tag = (TagAnnotationData) comp.getAnnotation(); 
    10261026                        tag.setTagDescription((String) evt.getNewValue()); 
     1027                        //Need to check if  
     1028                         
     1029                         
    10271030                        addedTags.add(tag); 
    10281031                        firePropertyChange(EditorControl.SAVE_PROPERTY, Boolean.FALSE,  

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/