This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  b045be7365cf7b53bc22bedeae320866e4c8dbdb (commit)
      from  3217cb7580d165a2204d41d48c624ada55c62b84 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b045be7365cf7b53bc22bedeae320866e4c8dbdb
Author: Denis Washington <de...@denisw.de>
Date:   Tue Jul 28 21:12:07 2015 +0200

    [FIX][E] Fix JIDCombo on Eclipse Mars
    
    Apparently, since Eclipse 4.5 the setItem() method of SWT's Combo class
    clears the combo's text. As JIDCombo calls setItem() after every text
    change, this made it impossible to enter a JID into the XMPP account
    configuration wizard - every text typed or pasted into the JID field
    would be immediately deleted.
    
    This commit works around the problem by calling setText() with the
    current combo text as retrieved right before the calls to setItem().
    
    Change-Id: I193f06abd5111e8a5fde83ed9083bc34088a9b12
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2787
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

-----------------------------------------------------------------------

Summary of changes:
 .../inf/dpp/ui/widgets/decoration/JIDCombo.java    |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
_______________________________________________
Dpp-robot mailing list
Dpp-robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to