Revision: 5315
          http://sourceforge.net/p/jump-pilot/code/5315
Author:   michaudm
Date:     2017-01-04 20:44:02 +0000 (Wed, 04 Jan 2017)
Log Message:
-----------
Fix a regression introduced in r5307

Revision Links:
--------------
    http://sourceforge.net/p/jump-pilot/code/5307

Modified Paths:
--------------
    
core/trunk/src/com/vividsolutions/jump/workbench/ui/AbstractMultiInputDialog.java

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/ui/AbstractMultiInputDialog.java
===================================================================
--- 
core/trunk/src/com/vividsolutions/jump/workbench/ui/AbstractMultiInputDialog.java
   2017-01-04 20:05:50 UTC (rev 5314)
+++ 
core/trunk/src/com/vividsolutions/jump/workbench/ui/AbstractMultiInputDialog.java
   2017-01-04 20:44:02 UTC (rev 5315)
@@ -226,7 +226,7 @@
      * Gets JLabel matching this fieldName.
      */
     public JLabel getLabel(String fieldName) {
-        return (JLabel)getComponent(fieldName);
+        return (JLabel)fieldNameToLabelMap.get(fieldName);
     }
     
     /**


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to