Example #1
0
XFE_SubscribeView::~XFE_SubscribeView()
{
    destroyPane();

#if notyet
/* This line is needed to fix bug #77615.  The problem is that if it's present,
   when you close the subscribe UI it hangs for anywhere from 10 seconds to
   a couple of minutes depending on the number of newsgroups the server has. */
	XFE_MozillaApp::theApp()->notifyInterested(XFE_MNView::foldersHaveChanged);
#endif
}
Example #2
0
XFE_MailDownloadView::~XFE_MailDownloadView()
{
	destroyPane();

	XFE_MozillaApp::theApp()->notifyInterested(XFE_MNView::MNChromeNeedsUpdating);
}