Author: norman
Date: Fri Dec  4 16:13:58 2009
New Revision: 887248

URL: http://svn.apache.org/viewvc?rev=887248&view=rev
Log:
Empty the searchbox on logout

Modified:
    
james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/IMAPMessageListPresenter.java

Modified: 
james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/IMAPMessageListPresenter.java
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/IMAPMessageListPresenter.java?rev=887248&r1=887247&r2=887248&view=diff
==============================================================================
--- 
james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/IMAPMessageListPresenter.java
 (original)
+++ 
james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/IMAPMessageListPresenter.java
 Fri Dec  4 16:13:58 2009
@@ -134,7 +134,10 @@
 
             public void onLogout(LogoutEvent logoutEvent) {
                 getDisplay().reset();
+                getDisplay().getSearchValue().setValue("");
                 
+                // we need to fire a event to notify the history about the 
reset
+                firePresenterChangedEvent();
             }
             
         });



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to