fix js exception bringing up search dialog that was preventing widgets from getting displayed, sr=mscott 242098
git-svn-id: svn://10.0.0.236/trunk@155761 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -521,8 +521,8 @@ function setupDatasource() {
|
||||
// attributes about each message)
|
||||
gSearchSession = Components.classes[searchSessionContractID].createInstance(Components.interfaces.nsIMsgSearchSession);
|
||||
|
||||
gSearchSessionFolderListener = gSearchSession.QueryInterface(Components.interfaces.nsIFolderListener);
|
||||
gMailSession = Components.classes[mailSessionContractID].getService(Components.interfaces.nsIMsgMailSession);
|
||||
gSearchSessionFolderListener = gMailSession.QueryInterface(Components.interfaces.nsIFolderListener);
|
||||
var nsIFolderListener = Components.interfaces.nsIFolderListener;
|
||||
var notifyFlags = nsIFolderListener.event;
|
||||
gMailSession.AddFolderListener(gFolderListener, notifyFlags);
|
||||
|
||||
Reference in New Issue
Block a user