/[schmitzm]/branches/1.0-gt2-2.6/src/skrueger/swing/TranslationJTextField.java
ViewVC logotype

Diff of /branches/1.0-gt2-2.6/src/skrueger/swing/TranslationJTextField.java

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

revision 299 by alfonx, Tue Aug 11 12:18:00 2009 UTC revision 300 by alfonx, Sat Aug 15 10:33:43 2009 UTC
# Line 120  public class TranslationJTextField exten Line 120  public class TranslationJTextField exten
120    
121                          @Override                          @Override
122                          public void actionPerformed(ActionEvent e) {                          public void actionPerformed(ActionEvent e) {
123  //                              LOGGER.debug("ActionListener called ");                                  LOGGER.debug("ActionListener called ");
124    
125                                    if (e.getSource() == trans
126                                                    && langCode.equals(e.getActionCommand())) {
127                                            LOGGER.debug(" and omittet!\n");
128                                            return;
129                                    }
130                                    LOGGER.debug(" and performed!\n");
131                                  String newString = trans.get(langCode);                                  String newString = trans.get(langCode);
132                                  if (newString == null)                                  if (newString == null)
133                                          newString = "";                                          newString = "";

Legend:
Removed from v.299  
changed lines
  Added in v.300

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26