Ignore:
Timestamp:
Feb 27, 2011, 1:38:31 PM (13 years ago)
Author:
mlg
Message:

Modifications to use the last version of jiwigo-ws-api

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/java/fr/mael/jiwigo/ui/ConnexionDialog.java

    r8830 r9393  
    6262   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    6363   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    64    
     64
    6565 * @author mael
    6666 * Dialog de connexion au site
     
    118118
    119119    /**
    120      * Constructor 
     120     * Constructor
    121121     */
    122122    public ConnexionDialog() {
     
    171171        panelInformations.add(checkBoxRetenir, constraints);
    172172        constraints.gridx = 0;
    173         constraints.gridy++;// 
     173        constraints.gridy++;//
    174174        //      for (Locale locale : SimpleDateFormat.getAvailableLocales()) {
    175175        //          comboLocales.addItem(locale.getDisplayName(Locale.ENGLISH));
     
    262262                if (!Main.sessionManager.processLogin()) {
    263263                    //if the login fails, an error is displayed
    264                     if (!Main.sessionManager.isErreurProxy()) {
     264                    if (!Main.sessionManager.isProxyError()) {
    265265                        JOptionPane.showMessageDialog(null, Messages.getMessage("connexionDialog_connexionError"),
    266266                                Messages.getMessage("error"), JOptionPane.ERROR_MESSAGE);
Note: See TracChangeset for help on using the changeset viewer.