From: Franz Z. <fra...@us...> - 2017-06-29 09:43:15
|
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 franzzieris. The branch, master has been updated via 0c4ac57455e3b2a5cd8477f1f9617aaf453581a6 (commit) from 08d7f166e89a6e0a8df322114c545555c3d1d7a9 (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 0c4ac57455e3b2a5cd8477f1f9617aaf453581a6 Author: Franz Zieris <zi...@in...> Date: Wed Jun 28 13:34:58 2017 +0200 [FIX] Notify AccountStoreListeners after setAccountFile() Without this trigger, the HTML GUI is not provided with the list of accounts. The alternative approach of providing the responsible AccountRenderer with an initial list of account in AccountRenderer.ctor() or AccountRenderer.addBrowser() does not work well with local STF tests, as at the point where these two methods are called, the AccountStore still contains the global (i.e. developer's) accounts, and not yet the STF test accounts. Change-Id: I47406073e7f7bd4c92d5f66c7caee3ab1ff30278 Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3362 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <sro...@ar...> ----------------------------------------------------------------------- Summary of changes: .../inf/dpp/account/IAccountStoreListener.java | 11 +++++++- .../inf/dpp/account/XMPPAccountStore.java | 33 +++++++++++++--------- 2 files changed, 29 insertions(+), 15 deletions(-) hooks/post-receive -- The Saros Eclipse Plugin |