Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63243 | Differences between
and this patch

Collapse All | Expand All

(-)jxplorer.orig/src/com/ca/commons/cbutil/CBOpenConWin.java (-1 / +1 lines)
Lines 501-504 public abstract class CBOpenConWin exten Link Here
501
     */
501
     */
502
502
503
    public abstract void connect(ConnectionData connectData);
503
    public abstract void connect(ConnectionData connectData);
504
}
504
}
(-)jxplorer.orig/src/com/ca/commons/cbutil/CBUtility.java (-2 / +2 lines)
Lines 1399-1405 if (debug) System.out.println("\n\n Star Link Here
1399
            String pathToConfigFile;
1399
            String pathToConfigFile;
1400
1400
1401
            // the potential path to a config file in the user home directory
1401
            // the potential path to a config file in the user home directory
1402
            String userHomeConfigDir = System.getProperty("user.home") + File.separator + "jxplorer" ;
1402
            String userHomeConfigDir = System.getProperty("user.home") + File.separator + ".jxplorer" ;
1403
            String userHomeConfigFilePath = userHomeConfigDir + File.separator + configFileName;
1403
            String userHomeConfigFilePath = userHomeConfigDir + File.separator + configFileName;
1404
1404
1405
            // the default config location is to the directory JXplorer is run from.
1405
            // the default config location is to the directory JXplorer is run from.
Lines 1440-1443 if (debug) System.out.println("\n\n Star Link Here
1440
            // the directory JXplorer is run from.
1440
            // the directory JXplorer is run from.
1441
            return defaultConfigFilePath;
1441
            return defaultConfigFilePath;
1442
        }
1442
        }
1443
}
1443
}
(-)jxplorer.orig/src/com/ca/directory/jxplorer/editor/PostalAddressEditor.java (-1 / +1 lines)
Lines 240-243 public class PostalAddressEditor extends Link Here
240
        setVisible(false);
240
        setVisible(false);
241
        dispose();
241
        dispose();
242
    }
242
    }
243
}
243
}
(-)jxplorer.orig/src/com/ca/directory/jxplorer/JXplorer.java (-1 / +1 lines)
Lines 1874-1877 public class JXplorer extends JFrame Link Here
1874
    {
1874
    {
1875
        return buttonRegister;
1875
        return buttonRegister;
1876
    }
1876
    }
1877
}
1877
}

Return to bug 63243